Home
last modified time | relevance | path

Searched defs: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()
359 uint64_t FormatVersion; variable
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProfReader.cpp804 uint64_t FormatVersion = endian::byte_swap<uint64_t, little>(Header->Version); in readHeader() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1416 uint8_t FormatVersion = data.GetU8(&Offset); in ParseARMAttributes() local