LLVM 20.0.0git
|
#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 1314 of file LLVMContextImpl.h.
|
inline |
Definition at line 1320 of file LLVMContextImpl.h.
|
inline |
Definition at line 1323 of file LLVMContextImpl.h.
|
inline |
Definition at line 1332 of file LLVMContextImpl.h.
References llvm::hash_combine().
|
inline |
Definition at line 1327 of file LLVMContextImpl.h.
References RHS.
Metadata* llvm::MDNodeKeyImpl< DIMacroFile >::Elements |
Definition at line 1318 of file LLVMContextImpl.h.
Metadata* llvm::MDNodeKeyImpl< DIMacroFile >::File |
Definition at line 1317 of file LLVMContextImpl.h.
unsigned llvm::MDNodeKeyImpl< DIMacroFile >::Line |
Definition at line 1316 of file LLVMContextImpl.h.
unsigned llvm::MDNodeKeyImpl< DIMacroFile >::MIType |
Definition at line 1315 of file LLVMContextImpl.h.