Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.h49 static const VersionTuple FormatVersion; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h436 unsigned FormatVersion; variable
443 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait()
522 uint64_t FormatVersion; variable
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1279 uint8_t FormatVersion = data.GetU8(&Offset); in ParseARMAttributes() local