LLVM 22.0.0git
|
#include "IR/LLVMContextImpl.h"
Public Member Functions | |
MDNodeKeyImpl (Metadata *Scope, MDString *Name, MDString *LinkageName, Metadata *File, unsigned Line, Metadata *Type, bool IsLocalToUnit, bool IsDefinition, Metadata *StaticDataMemberDeclaration, Metadata *TemplateParams, uint32_t AlignInBits, Metadata *Annotations) | |
MDNodeKeyImpl (const DIGlobalVariable *N) | |
bool | isKeyOf (const DIGlobalVariable *RHS) const |
unsigned | getHashValue () const |
Public Attributes | |
Metadata * | Scope |
MDString * | Name |
MDString * | LinkageName |
Metadata * | File |
unsigned | Line |
Metadata * | Type |
bool | IsLocalToUnit |
bool | IsDefinition |
Metadata * | StaticDataMemberDeclaration |
Metadata * | TemplateParams |
uint32_t | AlignInBits |
Metadata * | Annotations |
Definition at line 1213 of file LLVMContextImpl.h.
|
inline |
Definition at line 1227 of file LLVMContextImpl.h.
References AlignInBits, Annotations, File, IsDefinition, IsLocalToUnit, Line, LinkageName, Name, Scope, StaticDataMemberDeclaration, TemplateParams, and Type.
|
inline |
Definition at line 1238 of file LLVMContextImpl.h.
References AlignInBits, Annotations, File, IsDefinition, IsLocalToUnit, Line, LinkageName, N, Name, Scope, StaticDataMemberDeclaration, TemplateParams, and Type.
|
inline |
Definition at line 1260 of file LLVMContextImpl.h.
References Annotations, File, llvm::hash_combine(), IsDefinition, IsLocalToUnit, Line, LinkageName, Name, Scope, StaticDataMemberDeclaration, and Type.
|
inline |
Definition at line 1247 of file LLVMContextImpl.h.
References AlignInBits, Annotations, File, IsDefinition, IsLocalToUnit, Line, LinkageName, Name, RHS, Scope, StaticDataMemberDeclaration, TemplateParams, and Type.
uint32_t llvm::MDNodeKeyImpl< DIGlobalVariable >::AlignInBits |
Definition at line 1224 of file LLVMContextImpl.h.
Referenced by isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
Metadata* llvm::MDNodeKeyImpl< DIGlobalVariable >::Annotations |
Definition at line 1225 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
Metadata* llvm::MDNodeKeyImpl< DIGlobalVariable >::File |
Definition at line 1217 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
bool llvm::MDNodeKeyImpl< DIGlobalVariable >::IsDefinition |
Definition at line 1221 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
bool llvm::MDNodeKeyImpl< DIGlobalVariable >::IsLocalToUnit |
Definition at line 1220 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
unsigned llvm::MDNodeKeyImpl< DIGlobalVariable >::Line |
Definition at line 1218 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
MDString* llvm::MDNodeKeyImpl< DIGlobalVariable >::LinkageName |
Definition at line 1216 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
MDString* llvm::MDNodeKeyImpl< DIGlobalVariable >::Name |
Definition at line 1215 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
Metadata* llvm::MDNodeKeyImpl< DIGlobalVariable >::Scope |
Definition at line 1214 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
Metadata* llvm::MDNodeKeyImpl< DIGlobalVariable >::StaticDataMemberDeclaration |
Definition at line 1222 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
Metadata* llvm::MDNodeKeyImpl< DIGlobalVariable >::TemplateParams |
Definition at line 1223 of file LLVMContextImpl.h.
Referenced by isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
Metadata* llvm::MDNodeKeyImpl< DIGlobalVariable >::Type |
Definition at line 1219 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().