Searched refs:FormatVersion (Results 1 – 9 of 9) sorted by relevance
404 unsigned FormatVersion; variable411 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait() argument412 : HashType(HashType), FormatVersion(FormatVersion) {} in InstrProfLookupTrait()489 uint64_t FormatVersion; variable513 uint64_t getVersion() const override { return GET_VERSION(FormatVersion); } in getVersion()516 return (FormatVersion & VARIANT_MASK_IR_PROF) != 0; in isIRLevelProfile()520 return (FormatVersion & VARIANT_MASK_CSIR_PROF) != 0; in hasCSIRLevelProfile()524 return (FormatVersion & VARIANT_MASK_INSTR_ENTRY) != 0; in instrEntryBBEnabled()528 return (FormatVersion & VARIANT_MASK_BYTE_COVERAGE) != 0; in hasSingleByteCoverage()532 return (FormatVersion & VARIANT_MASK_FUNCTION_ENTRY_ONLY) != 0; in functionEntryOnly()
15 # ERR-FORMAT-NEXT: FormatVersion: 0x4243 # ERR-LENGTH-NEXT: FormatVersion: 0x4157 # NO-CONTENT-NEXT: FormatVersion: 0x41
10 # CHECK-NEXT: FormatVersion: 0x41
47 static const VersionTuple FormatVersion; variable
13 ; COMMON: FormatVersion: 0x41
16 # HEADER-NEXT: FormatVersion: 0x4124 # ENUM-HEADER-NEXT: FormatVersion: 0x41
674 if (GET_VERSION(FormatVersion) != IndexedInstrProf::ProfVersion::Version1) { in ReadData()691 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version2 && in ReadData()735 FormatVersion = Version; in InstrProfReaderIndex()744 return getProfileKindFromVersion(FormatVersion); in getProfileKind()
446 const VersionTuple SymbolGraphSerializer::FormatVersion{0, 5, 3};451 serializeSemanticVersion(FormatVersion)); in serializeMetadata()
1262 uint8_t FormatVersion = data.GetU8(&Offset); in ParseARMAttributes() local1263 if (FormatVersion != llvm::ELFAttrs::Format_Version) in ParseARMAttributes()