Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DELFAttributes.h33 enum AttrMagic { Format_Version = 0x41 }; enumerator
/llvm-project-15.0.7/llvm/lib/Support/
H A DELFAttributeParser.cpp201 if (formatVersion != ELFAttrs::Format_Version) in parse()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp83 Streamer.emitInt8(ELFAttrs::Format_Version); in finishAttributeSection()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.cpp92 Streamer.emitInt8(ELFAttrs::Format_Version); in finishAttributeSection()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DELFObjectFile.h390 if (Contents[0] != ELFAttrs::Format_Version || Contents.size() == 1) in getBuildAttributes()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1263 if (FormatVersion != llvm::ELFAttrs::Format_Version) in ParseARMAttributes()