Searched refs:FormatVersion (Results 1 – 5 of 5) sorted by relevance
436 unsigned FormatVersion; variable443 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait() argument444 : HashType(HashType), FormatVersion(FormatVersion) {} in InstrProfLookupTrait()522 uint64_t FormatVersion; variable546 uint64_t getVersion() const override { return GET_VERSION(FormatVersion); } in getVersion()549 return (FormatVersion & VARIANT_MASK_IR_PROF) != 0; in isIRLevelProfile()553 return (FormatVersion & VARIANT_MASK_CSIR_PROF) != 0; in hasCSIRLevelProfile()557 return (FormatVersion & VARIANT_MASK_INSTR_ENTRY) != 0; in instrEntryBBEnabled()561 return (FormatVersion & VARIANT_MASK_BYTE_COVERAGE) != 0; in hasSingleByteCoverage()565 return (FormatVersion & VARIANT_MASK_FUNCTION_ENTRY_ONLY) != 0; in functionEntryOnly()[all …]
49 static const VersionTuple FormatVersion; variable
724 if (GET_VERSION(FormatVersion) != IndexedInstrProf::ProfVersion::Version1) { in ReadData()741 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version2 && in ReadData()785 FormatVersion = Version; in InstrProfReaderIndex()794 return getProfileKindFromVersion(FormatVersion); in getProfileKind()
551 const VersionTuple SymbolGraphSerializer::FormatVersion{0, 5, 3};556 serializeSemanticVersion(FormatVersion)); in serializeMetadata()
1279 uint8_t FormatVersion = data.GetU8(&Offset); in ParseARMAttributes() local1280 if (FormatVersion != llvm::ELFAttrs::Format_Version) in ParseARMAttributes()