LLVM 17.0.0git
|
#include "IR/LLVMContextImpl.h"
Classes | |
struct | KeyTy |
Static Public Member Functions | |
static StructType * | getEmptyKey () |
static StructType * | getTombstoneKey () |
static unsigned | getHashValue (const KeyTy &Key) |
static unsigned | getHashValue (const StructType *ST) |
static bool | isEqual (const KeyTy &LHS, const StructType *RHS) |
static bool | isEqual (const StructType *LHS, const StructType *RHS) |
Definition at line 92 of file LLVMContextImpl.h.
|
inlinestatic |
Definition at line 112 of file LLVMContextImpl.h.
Referenced by isEqual().
Definition at line 120 of file LLVMContextImpl.h.
References llvm::hash_combine(), and llvm::hash_combine_range().
Referenced by getHashValue().
|
inlinestatic |
Definition at line 125 of file LLVMContextImpl.h.
References getHashValue().
|
inlinestatic |
Definition at line 116 of file LLVMContextImpl.h.
Referenced by isEqual().
|
inlinestatic |
Definition at line 129 of file LLVMContextImpl.h.
References getEmptyKey(), getTombstoneKey(), LHS, and RHS.
|
inlinestatic |
Definition at line 135 of file LLVMContextImpl.h.