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

#include <LLVMContextImpl.h>

Classes

struct  KeyTy
 

Static Public Member Functions

static StructTypegetEmptyKey ()
 
static StructTypegetTombstoneKey ()
 
static unsigned getHashValue (const KeyTy &Key)
 
static unsigned getHashValue (const StructType *ST)
 
static bool isEqual (const KeyTy &LHS, const StructType *RHS)
 
static bool isEqual (const StructType *LHS, const StructType *RHS)
 

Detailed Description

Definition at line 97 of file LLVMContextImpl.h.

Member Function Documentation

static StructType* llvm::AnonStructTypeKeyInfo::getEmptyKey ( )
inlinestatic

Definition at line 117 of file LLVMContextImpl.h.

Referenced by isEqual().

static unsigned llvm::AnonStructTypeKeyInfo::getHashValue ( const KeyTy Key)
inlinestatic
static unsigned llvm::AnonStructTypeKeyInfo::getHashValue ( const StructType ST)
inlinestatic

Definition at line 128 of file LLVMContextImpl.h.

References getHashValue().

static StructType* llvm::AnonStructTypeKeyInfo::getTombstoneKey ( )
inlinestatic

Definition at line 120 of file LLVMContextImpl.h.

Referenced by isEqual().

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

Definition at line 131 of file LLVMContextImpl.h.

References getEmptyKey(), and getTombstoneKey().

static bool llvm::AnonStructTypeKeyInfo::isEqual ( const StructType LHS,
const StructType RHS 
)
inlinestatic

Definition at line 136 of file LLVMContextImpl.h.


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