LLVM API Documentation

Static Public Member Functions
llvm::DenseMapInfo< TableGenStringKey > Struct Template Reference

Specialize DenseMapInfo for TableGenStringKey. More...

List of all members.

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

Definition at line 60 of file Record.cpp.

Definition at line 68 of file Record.cpp.

References llvm::hash_value().

Definition at line 64 of file Record.cpp.

static bool llvm::DenseMapInfo< TableGenStringKey >::isEqual ( const TableGenStringKey LHS,
const TableGenStringKey RHS 
) [inline, static]

Definition at line 72 of file Record.cpp.

References llvm::TableGenStringKey::str().


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