Searched refs:FormatVersion (Results 1 – 5 of 5) sorted by relevance
483 unsigned FormatVersion; variable490 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait() argument491 : HashType(HashType), FormatVersion(FormatVersion) {} in InstrProfLookupTrait()574 uint64_t FormatVersion; variable598 uint64_t getVersion() const override { return GET_VERSION(FormatVersion); } in getVersion()601 return (FormatVersion & VARIANT_MASK_IR_PROF) != 0; in isIRLevelProfile()605 return (FormatVersion & VARIANT_MASK_CSIR_PROF) != 0; in hasCSIRLevelProfile()609 return (FormatVersion & VARIANT_MASK_INSTR_ENTRY) != 0; in instrEntryBBEnabled()613 return (FormatVersion & VARIANT_MASK_BYTE_COVERAGE) != 0; in hasSingleByteCoverage()617 return (FormatVersion & VARIANT_MASK_FUNCTION_ENTRY_ONLY) != 0; in functionEntryOnly()[all …]
87 static const VersionTuple FormatVersion; variable
926 if (GET_VERSION(FormatVersion) != IndexedInstrProf::ProfVersion::Version1) { in ReadData()942 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version10) { in ReadData()961 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version2 && in ReadData()1005 FormatVersion = Version; in InstrProfReaderIndex()1014 return getProfileKindFromVersion(FormatVersion); in getProfileKind()
643 const VersionTuple SymbolGraphSerializer::FormatVersion{0, 5, 3};648 serializeSemanticVersion(FormatVersion)); in serializeMetadata()
1315 uint8_t FormatVersion = data.GetU8(&Offset); in ParseARMAttributes() local1316 if (FormatVersion != llvm::ELFAttrs::Format_Version) in ParseARMAttributes()