|
LLVM
3.7.0
|
#include <LLVMContextImpl.h>
Public Member Functions | |
| MDNodeKeyImpl (int64_t Value, StringRef Name) | |
| MDNodeKeyImpl (const DIEnumerator *N) | |
| bool | isKeyOf (const DIEnumerator *RHS) const |
| unsigned | getHashValue () const |
Public Attributes | |
| int64_t | Value |
| StringRef | Name |
Definition at line 291 of file LLVMContextImpl.h.
|
inline |
Definition at line 295 of file LLVMContextImpl.h.
|
inline |
Definition at line 296 of file LLVMContextImpl.h.
|
inline |
Definition at line 302 of file LLVMContextImpl.h.
References llvm::hash_combine().
|
inline |
Definition at line 299 of file LLVMContextImpl.h.
References llvm::DIEnumerator::getName(), and llvm::DIEnumerator::getValue().
| StringRef llvm::MDNodeKeyImpl< DIEnumerator >::Name |
Definition at line 293 of file LLVMContextImpl.h.
| int64_t llvm::MDNodeKeyImpl< DIEnumerator >::Value |
Definition at line 292 of file LLVMContextImpl.h.
1.8.6