LLVM 18.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 1287 of file LLVMContextImpl.h.
|
inline |
Definition at line 1293 of file LLVMContextImpl.h.
|
inline |
Definition at line 1296 of file LLVMContextImpl.h.
|
inline |
Definition at line 1305 of file LLVMContextImpl.h.
References llvm::hash_combine().
|
inline |
Definition at line 1300 of file LLVMContextImpl.h.
References RHS.
Metadata* llvm::MDNodeKeyImpl< DIMacroFile >::Elements |
Definition at line 1291 of file LLVMContextImpl.h.
Metadata* llvm::MDNodeKeyImpl< DIMacroFile >::File |
Definition at line 1290 of file LLVMContextImpl.h.
unsigned llvm::MDNodeKeyImpl< DIMacroFile >::Line |
Definition at line 1289 of file LLVMContextImpl.h.
unsigned llvm::MDNodeKeyImpl< DIMacroFile >::MIType |
Definition at line 1288 of file LLVMContextImpl.h.