LLVM  8.0.1
Classes | Static Public Member Functions | List of all members
llvm::AnonStructTypeKeyInfo Struct Reference

#include "IR/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

◆ getEmptyKey()

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

Definition at line 120 of file LLVMContextImpl.h.

◆ getHashValue() [1/2]

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

◆ getHashValue() [2/2]

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

Definition at line 134 of file LLVMContextImpl.h.

References llvm::DenseMapAPIntKeyInfo::getHashValue().

◆ getTombstoneKey()

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

Definition at line 124 of file LLVMContextImpl.h.

◆ isEqual() [1/2]

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

◆ isEqual() [2/2]

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

Definition at line 144 of file LLVMContextImpl.h.


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