Searched refs:FormatVersion (Results 1 – 11 of 11) sorted by relevance
515 unsigned FormatVersion; in ReadKeyDataLength() 522 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion)523 : HashType(HashType), FormatVersion(FormatVersion) {}607 uint64_t FormatVersion;631 uint64_t getVersion() const override { return GET_VERSION(FormatVersion); } in populateSymtab() 634 return (FormatVersion & VARIANT_MASK_IR_PROF) != 0; in populateSymtab() 638 return (FormatVersion & VARIANT_MASK_CSIR_PROF) != 0; in populateSymtab() 642 return (FormatVersion & VARIANT_MASK_INSTR_ENTRY) != 0;646 return (FormatVersion in populateRemappings() 483 unsigned FormatVersion; global() variable 490 InstrProfLookupTrait(IndexedInstrProf::HashT HashType,unsigned FormatVersion) InstrProfLookupTrait() argument 574 uint64_t FormatVersion; global() variable [all...]
115 # CHECK-NEXT: FormatVersion: 0x41138 # CHECK2-NEXT: FormatVersion: 0x41177 # CHECK3-NEXT: FormatVersion: 0x41213 # UNRECOGNIZED_EXT1-NEXT: FormatVersion: 0x41241 # UNRECOGNIZED_EXT2-NEXT: FormatVersion: 0x41269 # UNRECOGNIZED_VERSION-NEXT: FormatVersion: 0x41345 # UNKNOWN_NONE-NEXT: FormatVersion: 0x41363 # NONE_A6C-NEXT: FormatVersion: 0x41387 # UNKNOWN_A6C-NEXT: FormatVersion: 0x41405 # UNKNOWN_A6S-NEXT: FormatVersion[all...]
15 # ERR-FORMAT-NEXT: FormatVersion: 0x4243 # ERR-LENGTH-NEXT: FormatVersion: 0x4157 # NO-CONTENT-NEXT: FormatVersion: 0x41
5 # CHECK-NEXT: FormatVersion: 0x41
13 ; COMMON: FormatVersion: 0x41
11 ; CHECK-NEXT: FormatVersion: 0x41
87 static const VersionTuple FormatVersion; variable
16 # HEADER-NEXT: FormatVersion: 0x4124 # ENUM-HEADER-NEXT: FormatVersion: 0x41
955 // Initialize number of counters for GET_VERSION(FormatVersion) == 1. in ReadData() 958 if (GET_VERSION(FormatVersion) != IndexedInstrProf::ProfVersion::Version1) { in ReadData() 973 // Read bitmap bytes for GET_VERSION(FormatVersion) > 10. in getRecords() 974 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version10) { in getRecords() 993 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version2 && in getRecords() 1037 FormatVersion = Version;1046 return getProfileKindFromVersion(FormatVersion); in extractName()
649 const VersionTuple SymbolGraphSerializer::FormatVersion{0, 5, 3}; in serializeMetadata() 654 serializeSemanticVersion(FormatVersion)); in serializeModuleObject()
1291 uint8_t FormatVersion = data.GetU8(&Offset); in RefineModuleDetailsFromNote() 1292 if (FormatVersion != llvm::ELFAttrs::Format_Version) in RefineModuleDetailsFromNote() 1301 uint8_t FormatVersion = data.GetU8(&Offset); ParseARMAttributes() local