|
LLVM
4.0.0
|
#include <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, 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 |
| unsigned | Flags |
| Metadata * | ExtraData |
Definition at line 345 of file LLVMContextImpl.h.
|
inline |
Definition at line 358 of file LLVMContextImpl.h.
|
inline |
Definition at line 365 of file LLVMContextImpl.h.
|
inline |
Definition at line 381 of file LLVMContextImpl.h.
References llvm::ARMBuildAttrs::File, fuzzer::Flags, and llvm::hash_combine().
|
inline |
Definition at line 372 of file LLVMContextImpl.h.
References llvm::ARMBuildAttrs::File, fuzzer::Flags, 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 354 of file LLVMContextImpl.h.
| Metadata* llvm::MDNodeKeyImpl< DIDerivedType >::BaseType |
Definition at line 351 of file LLVMContextImpl.h.
| Metadata* llvm::MDNodeKeyImpl< DIDerivedType >::ExtraData |
Definition at line 356 of file LLVMContextImpl.h.
| Metadata* llvm::MDNodeKeyImpl< DIDerivedType >::File |
Definition at line 348 of file LLVMContextImpl.h.
| unsigned llvm::MDNodeKeyImpl< DIDerivedType >::Flags |
Definition at line 355 of file LLVMContextImpl.h.
| unsigned llvm::MDNodeKeyImpl< DIDerivedType >::Line |
Definition at line 349 of file LLVMContextImpl.h.
| MDString* llvm::MDNodeKeyImpl< DIDerivedType >::Name |
Definition at line 347 of file LLVMContextImpl.h.
Referenced by llvm::MDNodeSubsetEqualImpl< DIDerivedType >::isSubsetEqual().
| uint64_t llvm::MDNodeKeyImpl< DIDerivedType >::OffsetInBits |
Definition at line 353 of file LLVMContextImpl.h.
| Metadata* llvm::MDNodeKeyImpl< DIDerivedType >::Scope |
Definition at line 350 of file LLVMContextImpl.h.
Referenced by llvm::MDNodeSubsetEqualImpl< DIDerivedType >::isSubsetEqual().
| uint64_t llvm::MDNodeKeyImpl< DIDerivedType >::SizeInBits |
Definition at line 352 of file LLVMContextImpl.h.
Definition at line 346 of file LLVMContextImpl.h.
Referenced by llvm::MDNodeSubsetEqualImpl< DIDerivedType >::isSubsetEqual().
1.8.6