LLVM: llvm::AccelTableBase::HashData Struct Reference (original) (raw)

Represents a group of entries with identical name (and hence, hash value). More...

#include "[llvm/CodeGen/AccelTable.h](AccelTable%5F8h%5Fsource.html)"

Public Member Functions
template<typename T = AccelTableData *>
auto getValues () const
Get all AccelTableData cast as a T.
void print (raw_ostream &OS) const
void dump () const

Represents a group of entries with identical name (and hence, hash value).

Definition at line 141 of file AccelTable.h.

dump()

void llvm::AccelTableBase::HashData::dump ( ) const inline

getValues()

template<typename T = AccelTableData *>

auto llvm::AccelTableBase::HashData::getValues ( ) const inline

print()

void AccelTableBase::HashData::print ( raw_ostream & OS ) const

HashValue

uint32_t llvm::AccelTableBase::HashData::HashValue

Name

Sym

MCSymbol* llvm::AccelTableBase::HashData::Sym

Values


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