|
LLVM
3.7.0
|
#include <LLVMContextImpl.h>
Public Member Functions | |
| MDNodeKeyImpl (unsigned Tag, StringRef Name, Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, uint64_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 |
| StringRef | Name |
| Metadata * | File |
| unsigned | Line |
| Metadata * | Scope |
| Metadata * | BaseType |
| uint64_t | SizeInBits |
| uint64_t | AlignInBits |
| uint64_t | OffsetInBits |
| unsigned | Flags |
| Metadata * | ExtraData |
Definition at line 331 of file LLVMContextImpl.h.
|
inline |
Definition at line 344 of file LLVMContextImpl.h.
|
inline |
Definition at line 351 of file LLVMContextImpl.h.
|
inline |
Definition at line 367 of file LLVMContextImpl.h.
References llvm::ARMBuildAttrs::File, and llvm::hash_combine().
|
inline |
Definition at line 358 of file LLVMContextImpl.h.
References llvm::ARMBuildAttrs::File, llvm::DIType::getAlignInBits(), llvm::DIType::getFlags(), llvm::DIType::getLine(), llvm::DIType::getName(), llvm::DIType::getOffsetInBits(), llvm::DIDerivedTypeBase::getRawBaseType(), llvm::DIScope::getRawFile(), llvm::DIType::getRawScope(), llvm::DIType::getSizeInBits(), and llvm::DINode::getTag().
| uint64_t llvm::MDNodeKeyImpl< DIDerivedType >::AlignInBits |
Definition at line 339 of file LLVMContextImpl.h.
| Metadata* llvm::MDNodeKeyImpl< DIDerivedType >::BaseType |
Definition at line 337 of file LLVMContextImpl.h.
| Metadata* llvm::MDNodeKeyImpl< DIDerivedType >::ExtraData |
Definition at line 342 of file LLVMContextImpl.h.
| Metadata* llvm::MDNodeKeyImpl< DIDerivedType >::File |
Definition at line 334 of file LLVMContextImpl.h.
| unsigned llvm::MDNodeKeyImpl< DIDerivedType >::Flags |
Definition at line 341 of file LLVMContextImpl.h.
| unsigned llvm::MDNodeKeyImpl< DIDerivedType >::Line |
Definition at line 335 of file LLVMContextImpl.h.
| StringRef llvm::MDNodeKeyImpl< DIDerivedType >::Name |
Definition at line 333 of file LLVMContextImpl.h.
| uint64_t llvm::MDNodeKeyImpl< DIDerivedType >::OffsetInBits |
Definition at line 340 of file LLVMContextImpl.h.
| Metadata* llvm::MDNodeKeyImpl< DIDerivedType >::Scope |
Definition at line 336 of file LLVMContextImpl.h.
| uint64_t llvm::MDNodeKeyImpl< DIDerivedType >::SizeInBits |
Definition at line 338 of file LLVMContextImpl.h.
| unsigned llvm::MDNodeKeyImpl< DIDerivedType >::Tag |
Definition at line 332 of file LLVMContextImpl.h.
1.8.6