Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h284 unsigned FormatVersion; variable
291 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait() argument
292 : HashType(HashType), FormatVersion(FormatVersion) {} in InstrProfLookupTrait()
359 uint64_t FormatVersion; variable
383 uint64_t getVersion() const override { return GET_VERSION(FormatVersion); } in getVersion()
386 return (FormatVersion & VARIANT_MASK_IR_PROF) != 0; in isIRLevelProfile()
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProfReader.cpp540 if (GET_VERSION(FormatVersion) != IndexedInstrProf::ProfVersion::Version1) { in ReadData()
557 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version2 && in ReadData()
599 FormatVersion = Version; in InstrProfReaderIndex()
804 uint64_t FormatVersion = endian::byte_swap<uint64_t, little>(Header->Version); in readHeader() local
805 if (GET_VERSION(FormatVersion) > in readHeader()
809 Cur = readSummary((IndexedInstrProf::ProfVersion)FormatVersion, Cur); in readHeader()
822 Start + HashOffset, Cur, Start, HashType, FormatVersion); in readHeader()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1416 uint8_t FormatVersion = data.GetU8(&Offset); in ParseARMAttributes() local
1417 if (FormatVersion != llvm::ARMBuildAttrs::Format_Version) in ParseARMAttributes()