|
LLVM
4.0.0
|
#include <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 964 of file LLVMContextImpl.h.
|
inline |
Definition at line 970 of file LLVMContextImpl.h.
|
inline |
Definition at line 973 of file LLVMContextImpl.h.
|
inline |
Definition at line 981 of file LLVMContextImpl.h.
References llvm::ARMBuildAttrs::File, and llvm::hash_combine().
|
inline |
Definition at line 977 of file LLVMContextImpl.h.
References llvm::ARMBuildAttrs::File, llvm::DIMacroFile::getLine(), llvm::DIMacroNode::getMacinfoType(), llvm::DIMacroFile::getRawElements(), and llvm::DIMacroFile::getRawFile().
| Metadata* llvm::MDNodeKeyImpl< DIMacroFile >::Elements |
Definition at line 968 of file LLVMContextImpl.h.
| Metadata* llvm::MDNodeKeyImpl< DIMacroFile >::File |
Definition at line 967 of file LLVMContextImpl.h.
| unsigned llvm::MDNodeKeyImpl< DIMacroFile >::Line |
Definition at line 966 of file LLVMContextImpl.h.
| unsigned llvm::MDNodeKeyImpl< DIMacroFile >::MIType |
Definition at line 965 of file LLVMContextImpl.h.
1.8.6