Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DELFAttributes.h34 enum AttrMagic { Format_Version = 0x41 }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DELFAttributeParser.cpp205 if (formatVersion != ELFAttrs::Format_Version) in parse()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.cpp92 Streamer.emitInt8(ELFAttrs::Format_Version); in finishAttributeSection()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp1282 *buf = ELFAttrs::Format_Version; in writeTo()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h434 if (Contents[0] != ELFAttrs::Format_Version || Contents.size() == 1) in getBuildAttributes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1316 if (FormatVersion != llvm::ELFAttrs::Format_Version) in ParseARMAttributes()