HomeSort by relevance Sort by last modified time
    Searched refs:InstrProfLookupTrait (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 208 class InstrProfLookupTrait {
212 InstrProfLookupTrait(IndexedInstrProf::HashT HashType) : HashType(HashType) {}
258 typedef OnDiskIterableChainedHashTable<InstrProfLookupTrait>
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 281 InstrProfLookupTrait::hash_value_type
282 InstrProfLookupTrait::ComputeHash(StringRef K) {
326 InstrProfLookupTrait(HashType)));

Completed in 144 milliseconds