Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h476 class InstrProfLookupTrait {
486 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait() function
553 OnDiskIterableChainedHashTable<InstrProfLookupTrait>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp843 InstrProfLookupTrait::hash_value_type
844 InstrProfLookupTrait::ComputeHash(StringRef K) { in ComputeHash()
848 using data_type = InstrProfLookupTrait::data_type;
849 using offset_type = InstrProfLookupTrait::offset_type;
851 bool InstrProfLookupTrait::readValueProfilingData( in readValueProfilingData()
865 data_type InstrProfLookupTrait::ReadData(StringRef K, const unsigned char *D, in ReadData()