HomeSort by: relevance | last modified time | path
    Searched defs:HashType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfReader.h 320 IndexedInstrProf::HashT HashType;
328 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion)
329 : HashType(HashType), FormatVersion(FormatVersion) {}
406 IndexedInstrProf::HashT HashType, uint64_t Version);
InstrProf.h 993 const HashT HashType = HashT::MD5;
995 inline uint64_t ComputeHash(StringRef K) { return ComputeHash(HashType, K); }
1003 uint64_t HashType;

Completed in 16 milliseconds