LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Static Public Member Functions | List of all members
llvm::FunctionTypeKeyInfo Struct Reference

#include <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 141 of file LLVMContextImpl.h.

Member Function Documentation

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

Definition at line 165 of file LLVMContextImpl.h.

Referenced by isEqual().

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

Definition at line 177 of file LLVMContextImpl.h.

References getHashValue().

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

Definition at line 168 of file LLVMContextImpl.h.

Referenced by isEqual().

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

Definition at line 180 of file LLVMContextImpl.h.

References getEmptyKey(), and getTombstoneKey().

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

Definition at line 185 of file LLVMContextImpl.h.


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