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

  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfReader.cpp 559 if (GET_VERSION(FormatVersion) != IndexedInstrProf::ProfVersion::Version1) {
576 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version2 &&
755 IndexedInstrProfReader::readSummary(IndexedInstrProf::ProfVersion Version,
828 IndexedInstrProf::ProfVersion::CurrentVersion)
831 Cur = readSummary((IndexedInstrProf::ProfVersion)FormatVersion, Cur,
834 Cur = readSummary((IndexedInstrProf::ProfVersion)FormatVersion, Cur,
InstrProfWriter.cpp 305 Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfReader.h 471 const unsigned char *readSummary(IndexedInstrProf::ProfVersion Version,
InstrProf.h 964 enum ProfVersion {
991 const uint64_t Version = ProfVersion::CurrentVersion;

Completed in 34 milliseconds