|
LLVM
4.0.0
|
#include <LLVMContextImpl.h>
Public Member Functions | |
| MDNodeKeyImpl (int64_t Value, MDString *Name) | |
| MDNodeKeyImpl (const DIEnumerator *N) | |
| bool | isKeyOf (const DIEnumerator *RHS) const |
| unsigned | getHashValue () const |
Public Attributes | |
| int64_t | Value |
| MDString * | Name |
Definition at line 305 of file LLVMContextImpl.h.
|
inline |
Definition at line 309 of file LLVMContextImpl.h.
|
inline |
Definition at line 310 of file LLVMContextImpl.h.
|
inline |
Definition at line 316 of file LLVMContextImpl.h.
References llvm::hash_combine().
|
inline |
Definition at line 313 of file LLVMContextImpl.h.
References llvm::DIEnumerator::getRawName(), and llvm::DIEnumerator::getValue().
| MDString* llvm::MDNodeKeyImpl< DIEnumerator >::Name |
Definition at line 307 of file LLVMContextImpl.h.
| int64_t llvm::MDNodeKeyImpl< DIEnumerator >::Value |
Definition at line 306 of file LLVMContextImpl.h.
1.8.6