LLVM: llvm::FunctionTypeKeyInfo Struct Reference (original) (raw)

#include "[IR/LLVMContextImpl.h](LLVMContextImpl%5F8h%5Fsource.html)"

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 140 of file LLVMContextImpl.h.

getEmptyKey()

FunctionType * llvm::FunctionTypeKeyInfo::getEmptyKey ( ) inlinestatic

getHashValue() [1/2]

getHashValue() [2/2]

getTombstoneKey()

FunctionType * llvm::FunctionTypeKeyInfo::getTombstoneKey ( ) inlinestatic

isEqual() [1/2]

isEqual() [2/2]


The documentation for this struct was generated from the following file: