LLVM 22.0.0git
llvm::MDNodeKeyImpl< DICommonBlock > Struct Reference

#include "IR/LLVMContextImpl.h"

Inheritance diagram for llvm::MDNodeKeyImpl< DICommonBlock >:
[legend]

Public Member Functions

 MDNodeKeyImpl (Metadata *Scope, Metadata *Decl, MDString *Name, Metadata *File, unsigned LineNo)
 MDNodeKeyImpl (const DICommonBlock *N)
bool isKeyOf (const DICommonBlock *RHS) const
unsigned getHashValue () const

Public Attributes

MetadataScope
MetadataDecl
MDStringName
MetadataFile
unsigned LineNo

Detailed Description

Definition at line 1107 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

llvm::MDNodeKeyImpl< DICommonBlock >::MDNodeKeyImpl ( Metadata * Scope,
Metadata * Decl,
MDString * Name,
Metadata * File,
unsigned LineNo )
inline

Definition at line 1114 of file LLVMContextImpl.h.

References Decl, File, LineNo, Name, and Scope.

◆ MDNodeKeyImpl() [2/2]

llvm::MDNodeKeyImpl< DICommonBlock >::MDNodeKeyImpl ( const DICommonBlock * N)
inline

Definition at line 1117 of file LLVMContextImpl.h.

References Decl, File, LineNo, N, Name, and Scope.

Member Function Documentation

◆ getHashValue()

unsigned llvm::MDNodeKeyImpl< DICommonBlock >::getHashValue ( ) const
inline

Definition at line 1127 of file LLVMContextImpl.h.

References Decl, File, llvm::hash_combine(), LineNo, Name, and Scope.

◆ isKeyOf()

bool llvm::MDNodeKeyImpl< DICommonBlock >::isKeyOf ( const DICommonBlock * RHS) const
inline

Definition at line 1121 of file LLVMContextImpl.h.

References Decl, File, LineNo, Name, RHS, and Scope.

Member Data Documentation

◆ Decl

◆ File

◆ LineNo

◆ Name

◆ Scope


The documentation for this struct was generated from the following file: