Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/
H A DCopyConfig.h29 struct MachineInfo { struct
50 MachineInfo BinaryArch; argument
52 Optional<MachineInfo> OutputArch;
H A DCopyConfig.cpp174 static const StringMap<MachineInfo> ArchMap{
185 static const MachineInfo &getMachineInfo(StringRef Arch) { in getMachineInfo()
192 static const StringMap<MachineInfo> OutputFormatMap{
201 static const MachineInfo &getOutputFormatMachineInfo(StringRef Format) { in getOutputFormatMachineInfo()
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.h743 const MachineInfo &MInfo;
747 BinaryReader(const MachineInfo &MI, MemoryBuffer *MB) in BinaryReader()
H A DELFObjcopy.cpp87 static ElfType getOutputElfType(const MachineInfo &MI) { in getOutputElfType()