LLVM
16.0.0git
|
#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 1209 of file LLVMContextImpl.h.
|
inline |
Definition at line 1215 of file LLVMContextImpl.h.
|
inline |
Definition at line 1217 of file LLVMContextImpl.h.
|
inline |
Definition at line 1226 of file LLVMContextImpl.h.
References llvm::hash_combine().
|
inline |
Definition at line 1221 of file LLVMContextImpl.h.
References RHS.
unsigned llvm::MDNodeKeyImpl< DIMacro >::Line |
Definition at line 1211 of file LLVMContextImpl.h.
unsigned llvm::MDNodeKeyImpl< DIMacro >::MIType |
Definition at line 1210 of file LLVMContextImpl.h.
MDString* llvm::MDNodeKeyImpl< DIMacro >::Name |
Definition at line 1212 of file LLVMContextImpl.h.
Definition at line 1213 of file LLVMContextImpl.h.