LLVM 19.0.0git
Classes | Static Public Member Functions | List of all members
llvm::FunctionTypeKeyInfo Struct Reference

#include "IR/LLVMContextImpl.h"

Classes

struct  KeyTy
 

Static Public Member Functions

static FunctionTypegetEmptyKey ()
 
static FunctionTypegetTombstoneKey ()
 
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)
 

Detailed Description

Definition at line 140 of file LLVMContextImpl.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 164 of file LLVMContextImpl.h.

Referenced by isEqual().

◆ getHashValue() [1/2]

static unsigned llvm::FunctionTypeKeyInfo::getHashValue ( const FunctionType FT)
inlinestatic

Definition at line 178 of file LLVMContextImpl.h.

References getHashValue().

◆ getHashValue() [2/2]

static unsigned llvm::FunctionTypeKeyInfo::getHashValue ( const KeyTy Key)
inlinestatic

Definition at line 172 of file LLVMContextImpl.h.

References llvm::hash_combine(), and llvm::hash_combine_range().

Referenced by getHashValue().

◆ getTombstoneKey()

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

Definition at line 168 of file LLVMContextImpl.h.

Referenced by isEqual().

◆ isEqual() [1/2]

static bool llvm::FunctionTypeKeyInfo::isEqual ( const FunctionType LHS,
const FunctionType RHS 
)
inlinestatic

Definition at line 188 of file LLVMContextImpl.h.

References LHS, and RHS.

◆ isEqual() [2/2]

static bool llvm::FunctionTypeKeyInfo::isEqual ( const KeyTy LHS,
const FunctionType RHS 
)
inlinestatic

Definition at line 182 of file LLVMContextImpl.h.

References getEmptyKey(), getTombstoneKey(), LHS, and RHS.


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