Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h436 unsigned FormatVersion; variable
443 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait() argument
444 : HashType(HashType), FormatVersion(FormatVersion) {} in InstrProfLookupTrait()
522 uint64_t FormatVersion; variable
546 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 …]
/openbsd-src/gnu/llvm/clang/include/clang/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.h49 static const VersionTuple FormatVersion; variable
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfReader.cpp724 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()
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp551 const VersionTuple SymbolGraphSerializer::FormatVersion{0, 5, 3};
556 serializeSemanticVersion(FormatVersion)); in serializeMetadata()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1279 uint8_t FormatVersion = data.GetU8(&Offset); in ParseARMAttributes() local
1280 if (FormatVersion != llvm::ELFAttrs::Format_Version) in ParseARMAttributes()