Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.h47 static const VersionTuple FormatVersion; variable
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h404 unsigned FormatVersion; variable
411 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait()
489 uint64_t FormatVersion; variable
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1262 uint8_t FormatVersion = data.GetU8(&Offset); in ParseARMAttributes() local