LLVM 22.0.0git
|
#include "IR/LLVMContextImpl.h"
Public Member Functions | |
MDNodeKeyImpl (unsigned Tag, MDString *Name, Metadata *SizeInBits, uint32_t AlignInBits, unsigned Encoding, uint32_t NumExtraInhabitants, unsigned Flags) | |
MDNodeKeyImpl (const DIBasicType *N) | |
bool | isKeyOf (const DIBasicType *RHS) const |
unsigned | getHashValue () const |
Public Attributes | |
unsigned | Tag |
MDString * | Name |
Metadata * | SizeInBits |
uint32_t | AlignInBits |
unsigned | Encoding |
uint32_t | NumExtraInhabitants |
unsigned | Flags |
Definition at line 476 of file LLVMContextImpl.h.
|
inline |
Definition at line 485 of file LLVMContextImpl.h.
References AlignInBits, Encoding, Flags, Name, NumExtraInhabitants, SizeInBits, and Tag.
|
inline |
Definition at line 491 of file LLVMContextImpl.h.
References AlignInBits, Encoding, Flags, getFlags(), getTag(), N, Name, NumExtraInhabitants, SizeInBits, and Tag.
|
inline |
Definition at line 507 of file LLVMContextImpl.h.
References AlignInBits, Encoding, llvm::hash_combine(), Name, SizeInBits, and Tag.
|
inline |
Definition at line 498 of file LLVMContextImpl.h.
References AlignInBits, Encoding, Flags, Name, NumExtraInhabitants, RHS, SizeInBits, and Tag.
uint32_t llvm::MDNodeKeyImpl< DIBasicType >::AlignInBits |
Definition at line 480 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
unsigned llvm::MDNodeKeyImpl< DIBasicType >::Encoding |
Definition at line 481 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
unsigned llvm::MDNodeKeyImpl< DIBasicType >::Flags |
Definition at line 483 of file LLVMContextImpl.h.
Referenced by isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
MDString* llvm::MDNodeKeyImpl< DIBasicType >::Name |
Definition at line 478 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
uint32_t llvm::MDNodeKeyImpl< DIBasicType >::NumExtraInhabitants |
Definition at line 482 of file LLVMContextImpl.h.
Referenced by isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
Metadata* llvm::MDNodeKeyImpl< DIBasicType >::SizeInBits |
Definition at line 479 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
unsigned llvm::MDNodeKeyImpl< DIBasicType >::Tag |
Definition at line 477 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().