Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DELFAttributes.h34 enum AttrMagic { Format_Version = 0x41 }; enumerator
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DELFAttributeParser.cpp201 if (formatVersion != ELFAttrs::Format_Version) in parse()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp83 Streamer.emitInt8(ELFAttrs::Format_Version); in finishAttributeSection()
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.cpp92 Streamer.emitInt8(ELFAttrs::Format_Version); in finishAttributeSection()
/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DRISCV.cpp970 *buf = ELFAttrs::Format_Version; in writeTo()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DELFObjectFile.h391 if (Contents[0] != ELFAttrs::Format_Version || Contents.size() == 1) in getBuildAttributes()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1280 if (FormatVersion != llvm::ELFAttrs::Format_Version) in ParseARMAttributes()