Home
last modified time | relevance | path

Searched refs:FormatVersion (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h518 unsigned FormatVersion; variable
525 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait() argument
526 : HashType(HashType), FormatVersion(FormatVersion) {} in InstrProfLookupTrait()
611 uint64_t FormatVersion; variable
635 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 …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DELFAttrParserExtended.cpp104 uint8_t FormatVersion = De.getU8(Cursor); in parse() local
107 if (ELFAttrs::Format_Version != FormatVersion) in parse()
110 utohexstr(FormatVersion)); in parse()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.h87 static const VersionTuple FormatVersion; variable
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp959 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()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp663 const VersionTuple SymbolGraphSerializer::FormatVersion{0, 5, 3};
668 serializeSemanticVersion(FormatVersion)); in serializeMetadata()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1291 uint8_t FormatVersion = data.GetU8(&Offset); in ParseARMAttributes() local
1292 if (FormatVersion != llvm::ELFAttrs::Format_Version) in ParseARMAttributes()