Searched refs:FormatVersion (Results 1 – 6 of 6) sorted by relevance
518 unsigned FormatVersion; variable525 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait() argument526 : HashType(HashType), FormatVersion(FormatVersion) {} in InstrProfLookupTrait()611 uint64_t FormatVersion; variable635 uint64_t getVersion() const override { return GET_VERSION(FormatVersion); } in getVersion()638 return (FormatVersion & VARIANT_MASK_IR_PROF) != 0; in isIRLevelProfile()642 return (FormatVersion & VARIANT_MASK_CSIR_PROF) != 0; in hasCSIRLevelProfile()646 return (FormatVersion & VARIANT_MASK_INSTR_ENTRY) != 0; in instrEntryBBEnabled()650 return (FormatVersion & VARIANT_MASK_INSTR_LOOP_ENTRIES) != 0; in instrLoopEntriesEnabled()654 return (FormatVersion & VARIANT_MASK_BYTE_COVERAGE) != 0; in hasSingleByteCoverage()[all …]
104 uint8_t FormatVersion = De.getU8(Cursor); in parse() local107 if (ELFAttrs::Format_Version != FormatVersion) in parse()110 utohexstr(FormatVersion)); in parse()
87 static const VersionTuple FormatVersion; variable
959 if (GET_VERSION(FormatVersion) != IndexedInstrProf::ProfVersion::Version1) { in ReadData()975 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version10) { in ReadData()994 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version2 && in ReadData()1038 FormatVersion = Version; in InstrProfReaderIndex()1047 return getProfileKindFromVersion(FormatVersion); in getProfileKind()
663 const VersionTuple SymbolGraphSerializer::FormatVersion{0, 5, 3};668 serializeSemanticVersion(FormatVersion)); in serializeMetadata()
1291 uint8_t FormatVersion = data.GetU8(&Offset); in ParseARMAttributes() local1292 if (FormatVersion != llvm::ELFAttrs::Format_Version) in ParseARMAttributes()