Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h328 unsigned FormatVersion; variable
335 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait()
405 uint64_t FormatVersion; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp859 uint64_t FormatVersion = endian::byte_swap<uint64_t, little>(Header->Version); in readHeader() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1254 uint8_t FormatVersion = data.GetU8(&Offset); in ParseARMAttributes() local