Home
last modified time | relevance | path

Searched refs:InstrProfLookupTrait (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfReader.cpp631 InstrProfLookupTrait::hash_value_type
632 InstrProfLookupTrait::ComputeHash(StringRef K) { in ComputeHash()
636 using data_type = InstrProfLookupTrait::data_type;
637 using offset_type = InstrProfLookupTrait::offset_type;
639 bool InstrProfLookupTrait::readValueProfilingData( in readValueProfilingData()
653 data_type InstrProfLookupTrait::ReadData(StringRef K, const unsigned char *D, in ReadData()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h401 class InstrProfLookupTrait {
411 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait() function
474 OnDiskIterableChainedHashTable<InstrProfLookupTrait>;