Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp549 InstrProfLookupTrait::hash_value_type
550 InstrProfLookupTrait::ComputeHash(StringRef K) { in ComputeHash()
554 using data_type = InstrProfLookupTrait::data_type;
555 using offset_type = InstrProfLookupTrait::offset_type;
557 bool InstrProfLookupTrait::readValueProfilingData( in readValueProfilingData()
571 data_type InstrProfLookupTrait::ReadData(StringRef K, const unsigned char *D, in ReadData()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h325 class InstrProfLookupTrait {
335 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait() function
395 OnDiskIterableChainedHashTable<InstrProfLookupTrait>;