Searched defs:IndexedInstrProf (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h228 namespace IndexedInstrProf { namespace in namespace:llvm
236 IndexedInstrProf::HashT HashType;
244 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion)
313 IndexedInstrProf::HashT HashType, uint64_t Version);
H A DInstrProf.h206 namespace IndexedInstrProf { namespace in namespace:llvm
250 IndexedInstrProf::ComputeHash(FuncName), FuncName.str()));
277 std::make_pair(IndexedInstrProf::ComputeHash(Name), Name.str()));
485 namespace IndexedInstrProf { namespace in namespace:llvm
507 return IndexedInstrProf::MD5Hash(K);
528 } // end namespace IndexedInstrProf

Completed in 175 milliseconds