|
LLVM
8.0.1
|
#include "IR/LLVMContextImpl.h"

Public Member Functions | |
| MDNodeKeyImpl (unsigned MIType, unsigned Line, MDString *Name, MDString *Value) | |
| MDNodeKeyImpl (const DIMacro *N) | |
| bool | isKeyOf (const DIMacro *RHS) const |
| unsigned | getHashValue () const |
Public Attributes | |
| unsigned | MIType |
| unsigned | Line |
| MDString * | Name |
| MDString * | Value |
Definition at line 1067 of file LLVMContextImpl.h.
|
inline |
Definition at line 1073 of file LLVMContextImpl.h.
|
inline |
Definition at line 1075 of file LLVMContextImpl.h.
|
inline |
Definition at line 1084 of file LLVMContextImpl.h.
References llvm::hash_combine().
|
inline |
Definition at line 1079 of file LLVMContextImpl.h.
References llvm::DIMacro::getLine(), llvm::DIMacroNode::getMacinfoType(), llvm::DIMacro::getRawName(), and llvm::DIMacro::getRawValue().
| unsigned llvm::MDNodeKeyImpl< DIMacro >::Line |
Definition at line 1069 of file LLVMContextImpl.h.
| unsigned llvm::MDNodeKeyImpl< DIMacro >::MIType |
Definition at line 1068 of file LLVMContextImpl.h.
| MDString* llvm::MDNodeKeyImpl< DIMacro >::Name |
Definition at line 1070 of file LLVMContextImpl.h.
Definition at line 1071 of file LLVMContextImpl.h.
1.8.13