LLVM API Documentation

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

Specialize DenseMapInfo for TableGenStringKey. More...

Static Public Member Functions

static TableGenStringKey getEmptyKey ()
 
static TableGenStringKey getTombstoneKey ()
 
static unsigned getHashValue (const TableGenStringKey &Val)
 
static bool isEqual (const TableGenStringKey &LHS, const TableGenStringKey &RHS)
 

Detailed Description

template<>
struct llvm::DenseMapInfo< TableGenStringKey >

Specialize DenseMapInfo for TableGenStringKey.

Definition at line 59 of file Record.cpp.

Member Function Documentation

static TableGenStringKey llvm::DenseMapInfo< TableGenStringKey >::getEmptyKey ( )
inlinestatic

Definition at line 60 of file Record.cpp.

static unsigned llvm::DenseMapInfo< TableGenStringKey >::getHashValue ( const TableGenStringKey Val)
inlinestatic

Definition at line 68 of file Record.cpp.

References llvm::hash_value().

static TableGenStringKey llvm::DenseMapInfo< TableGenStringKey >::getTombstoneKey ( )
inlinestatic

Definition at line 64 of file Record.cpp.

static bool llvm::DenseMapInfo< TableGenStringKey >::isEqual ( const TableGenStringKey LHS,
const TableGenStringKey RHS 
)
inlinestatic

Definition at line 72 of file Record.cpp.

References llvm::TableGenStringKey::str().


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