LLVM 18.0.0git
|
#include "IR/LLVMContextImpl.h"
Classes | |
struct | KeyTy |
Static Public Member Functions | |
static FunctionType * | getEmptyKey () |
static FunctionType * | getTombstoneKey () |
static unsigned | getHashValue (const KeyTy &Key) |
static unsigned | getHashValue (const FunctionType *FT) |
static bool | isEqual (const KeyTy &LHS, const FunctionType *RHS) |
static bool | isEqual (const FunctionType *LHS, const FunctionType *RHS) |
Definition at line 139 of file LLVMContextImpl.h.
|
inlinestatic |
Definition at line 163 of file LLVMContextImpl.h.
Referenced by isEqual().
|
inlinestatic |
Definition at line 177 of file LLVMContextImpl.h.
References getHashValue().
Definition at line 171 of file LLVMContextImpl.h.
References llvm::hash_combine(), and llvm::hash_combine_range().
Referenced by getHashValue().
|
inlinestatic |
Definition at line 167 of file LLVMContextImpl.h.
Referenced by isEqual().
|
inlinestatic |
Definition at line 187 of file LLVMContextImpl.h.
|
inlinestatic |
Definition at line 181 of file LLVMContextImpl.h.
References getEmptyKey(), getTombstoneKey(), LHS, and RHS.