LLVM  8.0.1
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 149 of file LLVMContextImpl.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 175 of file LLVMContextImpl.h.

◆ getHashValue() [1/2]

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

◆ getHashValue() [2/2]

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

Definition at line 190 of file LLVMContextImpl.h.

References llvm::DenseMapAPIntKeyInfo::getHashValue().

◆ getTombstoneKey()

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

Definition at line 179 of file LLVMContextImpl.h.

◆ isEqual() [1/2]

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

◆ isEqual() [2/2]

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

Definition at line 200 of file LLVMContextImpl.h.


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