LLVM API Documentation

Classes | Static Public Member Functions
llvm::AnonStructTypeKeyInfo Struct Reference

#include <LLVMContextImpl.h>

List of all members.

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 100 of file LLVMContextImpl.h.


Member Function Documentation

Definition at line 120 of file LLVMContextImpl.h.

Referenced by isEqual().

static unsigned llvm::AnonStructTypeKeyInfo::getHashValue ( const KeyTy Key) [inline, static]

Definition at line 131 of file LLVMContextImpl.h.

References getHashValue().

Definition at line 123 of file LLVMContextImpl.h.

Referenced by isEqual().

static bool llvm::AnonStructTypeKeyInfo::isEqual ( const KeyTy LHS,
const StructType RHS 
) [inline, static]

Definition at line 134 of file LLVMContextImpl.h.

References getEmptyKey(), and getTombstoneKey().

static bool llvm::AnonStructTypeKeyInfo::isEqual ( const StructType LHS,
const StructType RHS 
) [inline, static]

Definition at line 139 of file LLVMContextImpl.h.


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