Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h208 class InstrProfLookupTrait {
212 InstrProfLookupTrait(IndexedInstrProf::HashT HashType) : HashType(HashType) {} in InstrProfLookupTrait() function
258 typedef OnDiskIterableChainedHashTable<InstrProfLookupTrait>
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp301 InstrProfLookupTrait::hash_value_type
302 InstrProfLookupTrait::ComputeHash(StringRef K) { in ComputeHash()
346 InstrProfLookupTrait(HashType))); in readHeader()