Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfReader.cpp681 InstrProfLookupTrait::hash_value_type
682 InstrProfLookupTrait::ComputeHash(StringRef K) { in ComputeHash()
686 using data_type = InstrProfLookupTrait::data_type;
687 using offset_type = InstrProfLookupTrait::offset_type;
689 bool InstrProfLookupTrait::readValueProfilingData( in readValueProfilingData()
703 data_type InstrProfLookupTrait::ReadData(StringRef K, const unsigned char *D, in ReadData()
/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h433 class InstrProfLookupTrait {
443 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait() function
507 OnDiskIterableChainedHashTable<InstrProfLookupTrait>;