Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h480 class InstrProfLookupTrait {
490 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait() function
557 OnDiskIterableChainedHashTable<InstrProfLookupTrait>;
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp882 InstrProfLookupTrait::hash_value_type
883 InstrProfLookupTrait::ComputeHash(StringRef K) { in ComputeHash()
887 using data_type = InstrProfLookupTrait::data_type;
888 using offset_type = InstrProfLookupTrait::offset_type;
890 bool InstrProfLookupTrait::readValueProfilingData( in readValueProfilingData()
904 data_type InstrProfLookupTrait::ReadData(StringRef K, const unsigned char *D, in ReadData()