Home
last modified time | relevance | path

Searched refs:Format_Version (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DELFAttributes.h65 enum AttrMagic { Format_Version = 0x41 }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DELFAttrParserExtended.cpp107 if (ELFAttrs::Format_Version != FormatVersion) in parse()
H A DELFAttrParserCompact.cpp208 if (formatVersion != ELFAttrs::Format_Version) in parse()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.cpp93 Streamer.emitInt8(ELFAttrs::Format_Version); in finishAttributeSection()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DHexagon.cpp542 *buf = ELFAttrs::Format_Version; in writeTo()
H A DRISCV.cpp1311 *buf = ELFAttrs::Format_Version; in writeTo()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h440 if (Contents[0] != ELFAttrs::Format_Version || Contents.size() == 1) in getBuildAttributes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1292 if (FormatVersion != llvm::ELFAttrs::Format_Version) in ParseARMAttributes()