LLVM
8.0.1
|
#include "IR/LLVMContextImpl.h"
Public Member Functions | |
MDNodeKeyImpl (unsigned Tag, MDString *Name, Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, uint32_t AlignInBits, uint64_t OffsetInBits, Optional< unsigned > DWARFAddressSpace, unsigned Flags, Metadata *ExtraData) | |
MDNodeKeyImpl (const DIDerivedType *N) | |
bool | isKeyOf (const DIDerivedType *RHS) const |
unsigned | getHashValue () const |
Public Attributes | |
unsigned | Tag |
MDString * | Name |
Metadata * | File |
unsigned | Line |
Metadata * | Scope |
Metadata * | BaseType |
uint64_t | SizeInBits |
uint64_t | OffsetInBits |
uint32_t | AlignInBits |
Optional< unsigned > | DWARFAddressSpace |
unsigned | Flags |
Metadata * | ExtraData |
Definition at line 405 of file LLVMContextImpl.h.
|
inline |
Definition at line 419 of file LLVMContextImpl.h.
|
inline |
Definition at line 428 of file LLVMContextImpl.h.
|
inline |
Definition at line 448 of file LLVMContextImpl.h.
References llvm::hash_combine().
|
inline |
Definition at line 436 of file LLVMContextImpl.h.
References llvm::DIType::getAlignInBits(), llvm::DIType::getFlags(), llvm::DIType::getLine(), llvm::DIType::getOffsetInBits(), llvm::DIScope::getRawFile(), llvm::DIType::getRawName(), llvm::DIType::getRawScope(), llvm::DIType::getSizeInBits(), and llvm::DINode::getTag().
uint32_t llvm::MDNodeKeyImpl< DIDerivedType >::AlignInBits |
Definition at line 414 of file LLVMContextImpl.h.
Definition at line 411 of file LLVMContextImpl.h.
Optional<unsigned> llvm::MDNodeKeyImpl< DIDerivedType >::DWARFAddressSpace |
Definition at line 415 of file LLVMContextImpl.h.
Metadata* llvm::MDNodeKeyImpl< DIDerivedType >::ExtraData |
Definition at line 417 of file LLVMContextImpl.h.
Metadata* llvm::MDNodeKeyImpl< DIDerivedType >::File |
Definition at line 408 of file LLVMContextImpl.h.
unsigned llvm::MDNodeKeyImpl< DIDerivedType >::Flags |
Definition at line 416 of file LLVMContextImpl.h.
unsigned llvm::MDNodeKeyImpl< DIDerivedType >::Line |
Definition at line 409 of file LLVMContextImpl.h.
MDString* llvm::MDNodeKeyImpl< DIDerivedType >::Name |
Definition at line 407 of file LLVMContextImpl.h.
Referenced by llvm::MDNodeSubsetEqualImpl< DIDerivedType >::isSubsetEqual().
uint64_t llvm::MDNodeKeyImpl< DIDerivedType >::OffsetInBits |
Definition at line 413 of file LLVMContextImpl.h.
Metadata* llvm::MDNodeKeyImpl< DIDerivedType >::Scope |
Definition at line 410 of file LLVMContextImpl.h.
Referenced by llvm::MDNodeSubsetEqualImpl< DIDerivedType >::isSubsetEqual().
uint64_t llvm::MDNodeKeyImpl< DIDerivedType >::SizeInBits |
Definition at line 412 of file LLVMContextImpl.h.
unsigned llvm::MDNodeKeyImpl< DIDerivedType >::Tag |
Definition at line 406 of file LLVMContextImpl.h.
Referenced by llvm::MDNodeSubsetEqualImpl< DIDerivedType >::isSubsetEqual().