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 1300 of file LLVMContextImpl.h.
|
inline |
Definition at line 1306 of file LLVMContextImpl.h.
|
inline |
Definition at line 1309 of file LLVMContextImpl.h.
|
inline |
Definition at line 1318 of file LLVMContextImpl.h.
References llvm::hash_combine().
|
inline |
Definition at line 1313 of file LLVMContextImpl.h.
References RHS.
Metadata* llvm::MDNodeKeyImpl< DIMacroFile >::Elements |
Definition at line 1304 of file LLVMContextImpl.h.
Metadata* llvm::MDNodeKeyImpl< DIMacroFile >::File |
Definition at line 1303 of file LLVMContextImpl.h.
unsigned llvm::MDNodeKeyImpl< DIMacroFile >::Line |
Definition at line 1302 of file LLVMContextImpl.h.
unsigned llvm::MDNodeKeyImpl< DIMacroFile >::MIType |
Definition at line 1301 of file LLVMContextImpl.h.