Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DELFAttributes.h33 enum AttrMagic { Format_Version = 0x41 }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp104 Streamer.emitInt8(ELFAttrs::Format_Version); in finishAttributeSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DELFAttributeParser.cpp203 if (formatVersion != ELFAttrs::Format_Version) in parse()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELFObjectFile.h378 if (Contents[0] != ELFAttrs::Format_Version || Contents.size() == 1) in getBuildAttributes()