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::DenseMapAPIntKeyInfo Struct Reference

#include <LLVMContextImpl.h>

Classes

struct  KeyTy
 

Static Public Member Functions

static KeyTy getEmptyKey ()
 
static KeyTy getTombstoneKey ()
 
static unsigned getHashValue (const KeyTy &Key)
 
static bool isEqual (const KeyTy &LHS, const KeyTy &RHS)
 

Detailed Description

Definition at line 44 of file LLVMContextImpl.h.

Member Function Documentation

static KeyTy llvm::DenseMapAPIntKeyInfo::getEmptyKey ( )
inlinestatic

Definition at line 59 of file LLVMContextImpl.h.

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

Definition at line 61 of file LLVMContextImpl.h.

References llvm::hash_value().

static KeyTy llvm::DenseMapAPIntKeyInfo::getTombstoneKey ( )
inlinestatic

Definition at line 60 of file LLVMContextImpl.h.

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

Definition at line 64 of file LLVMContextImpl.h.


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