LLVM 20.0.0git
|
DenseMapInfo for DIArgList. More...
#include "IR/LLVMContextImpl.h"
Public Types | |
using | KeyTy = DIArgListKeyInfo |
Static Public Member Functions | |
static DIArgList * | getEmptyKey () |
static DIArgList * | getTombstoneKey () |
static unsigned | getHashValue (const KeyTy &Key) |
static unsigned | getHashValue (const DIArgList *N) |
static bool | isEqual (const KeyTy &LHS, const DIArgList *RHS) |
static bool | isEqual (const DIArgList *LHS, const DIArgList *RHS) |
DenseMapInfo for DIArgList.
Definition at line 1339 of file LLVMContextImpl.h.
Definition at line 1340 of file LLVMContextImpl.h.
|
inlinestatic |
Definition at line 1342 of file LLVMContextImpl.h.
Referenced by isEqual().
Definition at line 1352 of file LLVMContextImpl.h.
References llvm::DIArgListKeyInfo::getHashValue(), and N.
Definition at line 1350 of file LLVMContextImpl.h.
|
inlinestatic |
Definition at line 1346 of file LLVMContextImpl.h.
Referenced by isEqual().
|
inlinestatic |
Definition at line 1362 of file LLVMContextImpl.h.
Definition at line 1356 of file LLVMContextImpl.h.
References getEmptyKey(), getTombstoneKey(), LHS, and RHS.