Searched refs:FormatVersion (Results 1 – 3 of 3) sorted by relevance
284 unsigned FormatVersion; variable291 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait() argument292 : HashType(HashType), FormatVersion(FormatVersion) {} in InstrProfLookupTrait()359 uint64_t FormatVersion; variable383 uint64_t getVersion() const override { return GET_VERSION(FormatVersion); } in getVersion()386 return (FormatVersion & VARIANT_MASK_IR_PROF) != 0; in isIRLevelProfile()
540 if (GET_VERSION(FormatVersion) != IndexedInstrProf::ProfVersion::Version1) { in ReadData()557 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version2 && in ReadData()599 FormatVersion = Version; in InstrProfReaderIndex()804 uint64_t FormatVersion = endian::byte_swap<uint64_t, little>(Header->Version); in readHeader() local805 if (GET_VERSION(FormatVersion) > in readHeader()809 Cur = readSummary((IndexedInstrProf::ProfVersion)FormatVersion, Cur); in readHeader()822 Start + HashOffset, Cur, Start, HashType, FormatVersion); in readHeader()
1416 uint8_t FormatVersion = data.GetU8(&Offset); in ParseARMAttributes() local1417 if (FormatVersion != llvm::ARMBuildAttrs::Format_Version) in ParseARMAttributes()