HomeSort by: relevance | last modified time | path
    Searched refs:HashT (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfReader.h 312 enum class HashT : uint32_t;
320 IndexedInstrProf::HashT HashType;
328 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion)
406 IndexedInstrProf::HashT HashType, uint64_t Version);
InstrProf.h 949 enum class HashT : uint32_t {
954 inline uint64_t ComputeHash(HashT Type, StringRef K) {
956 case HashT::MD5:
993 const HashT HashType = HashT::MD5;
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfReader.cpp 616 const unsigned char *const Base, IndexedInstrProf::HashT HashType,
838 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>(
840 if (HashType > IndexedInstrProf::HashT::Last)

Completed in 20 milliseconds