LLVM 23.0.0git
llvm::dwarf_linker::parallel::TypeEntryInfo Class Reference

#include "DWARFLinker/Parallel/TypePool.h"

Static Public Member Functions

static uint64_t getHashValue (const StringRef &Key)
static bool isEqual (const StringRef &LHS, const StringRef &RHS)
static StringRef getKey (const TypeEntry &KeyData)
static TypeEntrycreate (const StringRef &Key, llvm::parallel::PerThreadBumpPtrAllocator &Allocator)

Detailed Description

Definition at line 81 of file TypePool.h.

Member Function Documentation

◆ create()

TypeEntry * llvm::dwarf_linker::parallel::TypeEntryInfo::create ( const StringRef & Key,
llvm::parallel::PerThreadBumpPtrAllocator & Allocator )
inlinestatic

◆ getHashValue()

uint64_t llvm::dwarf_linker::parallel::TypeEntryInfo::getHashValue ( const StringRef & Key)
inlinestatic
Returns
Hash value for the specified Key.

Definition at line 84 of file TypePool.h.

References llvm::InnerAnalysisManagerProxy< AnalysisManagerT, IRUnitT, ExtraArgTs... >::Key, and llvm::xxh3_64bits().

◆ getKey()

StringRef llvm::dwarf_linker::parallel::TypeEntryInfo::getKey ( const TypeEntry & KeyData)
inlinestatic
Returns
key for the specified KeyData.

Definition at line 94 of file TypePool.h.

References llvm::StringMapEntry< ValueTy >::getKey().

◆ isEqual()

bool llvm::dwarf_linker::parallel::TypeEntryInfo::isEqual ( const StringRef & LHS,
const StringRef & RHS )
inlinestatic
Returns
true if both LHS and RHS are equal.

Definition at line 89 of file TypePool.h.

References LHS, and RHS.


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