LLVM 20.0.0git
|
#include "IR/LLVMContextImpl.h"
Public Member Functions | |
MDNodeKeyImpl (ArrayRef< uint64_t > Elements) | |
MDNodeKeyImpl (const DIExpression *N) | |
bool | isKeyOf (const DIExpression *RHS) const |
unsigned | getHashValue () const |
Public Attributes | |
ArrayRef< uint64_t > | Elements |
Definition at line 1184 of file LLVMContextImpl.h.
|
inline |
Definition at line 1187 of file LLVMContextImpl.h.
|
inline |
Definition at line 1188 of file LLVMContextImpl.h.
|
inline |
Definition at line 1194 of file LLVMContextImpl.h.
References llvm::hash_combine_range().
|
inline |
Definition at line 1190 of file LLVMContextImpl.h.
References RHS.
ArrayRef<uint64_t> llvm::MDNodeKeyImpl< DIExpression >::Elements |
Definition at line 1185 of file LLVMContextImpl.h.