LLVM
8.0.1
|
#include "IR/LLVMContextImpl.h"
Public Member Functions | |
MDNodeKeyImpl (unsigned MIType, unsigned Line, Metadata *File, Metadata *Elements) | |
MDNodeKeyImpl (const DIMacroFile *N) | |
bool | isKeyOf (const DIMacroFile *RHS) const |
unsigned | getHashValue () const |
Public Attributes | |
unsigned | MIType |
unsigned | Line |
Metadata * | File |
Metadata * | Elements |
Definition at line 1089 of file LLVMContextImpl.h.
|
inline |
Definition at line 1095 of file LLVMContextImpl.h.
|
inline |
Definition at line 1098 of file LLVMContextImpl.h.
|
inline |
Definition at line 1107 of file LLVMContextImpl.h.
References llvm::hash_combine().
|
inline |
Definition at line 1102 of file LLVMContextImpl.h.
References llvm::DIMacroFile::getLine(), llvm::DIMacroNode::getMacinfoType(), llvm::DIMacroFile::getRawElements(), and llvm::DIMacroFile::getRawFile().
Metadata* llvm::MDNodeKeyImpl< DIMacroFile >::Elements |
Definition at line 1093 of file LLVMContextImpl.h.
Metadata* llvm::MDNodeKeyImpl< DIMacroFile >::File |
Definition at line 1092 of file LLVMContextImpl.h.
unsigned llvm::MDNodeKeyImpl< DIMacroFile >::Line |
Definition at line 1091 of file LLVMContextImpl.h.
unsigned llvm::MDNodeKeyImpl< DIMacroFile >::MIType |
Definition at line 1090 of file LLVMContextImpl.h.