|
LLVM
3.7.0
|
#include <LLVMContextImpl.h>
Public Member Functions | |
| MDNodeKeyImpl (unsigned Tag, Metadata *Scope, Metadata *Entity, unsigned Line, StringRef Name) | |
| MDNodeKeyImpl (const DIImportedEntity *N) | |
| bool | isKeyOf (const DIImportedEntity *RHS) const |
| unsigned | getHashValue () const |
Public Attributes | |
| unsigned | Tag |
| Metadata * | Scope |
| Metadata * | Entity |
| unsigned | Line |
| StringRef | Name |
Definition at line 836 of file LLVMContextImpl.h.
|
inline |
Definition at line 843 of file LLVMContextImpl.h.
|
inline |
Definition at line 846 of file LLVMContextImpl.h.
|
inline |
Definition at line 855 of file LLVMContextImpl.h.
References llvm::hash_combine().
|
inline |
Definition at line 850 of file LLVMContextImpl.h.
References llvm::DIImportedEntity::getLine(), llvm::DIImportedEntity::getName(), llvm::DIImportedEntity::getRawEntity(), llvm::DIImportedEntity::getRawScope(), and llvm::DINode::getTag().
| Metadata* llvm::MDNodeKeyImpl< DIImportedEntity >::Entity |
Definition at line 839 of file LLVMContextImpl.h.
| unsigned llvm::MDNodeKeyImpl< DIImportedEntity >::Line |
Definition at line 840 of file LLVMContextImpl.h.
| StringRef llvm::MDNodeKeyImpl< DIImportedEntity >::Name |
Definition at line 841 of file LLVMContextImpl.h.
| Metadata* llvm::MDNodeKeyImpl< DIImportedEntity >::Scope |
Definition at line 838 of file LLVMContextImpl.h.
Definition at line 837 of file LLVMContextImpl.h.
1.8.6