Home
last modified time | relevance | path

Searched refs:OutputArch (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp176 if (Config.OutputArch) in splitDWOToFile()
177 DWOFile->Machine = Config.OutputArch.getValue().EMachine; in splitDWOToFile()
266 if (Config.OutputArch) in handleArgs()
267 Obj.Machine = Config.OutputArch.getValue().EMachine; in handleArgs()
542 Config.OutputArch ? Config.OutputArch.getValue() : Config.BinaryArch); in executeObjcopyOnRawBinary()
556 Config.OutputArch ? getOutputElfType(Config.OutputArch.getValue()) in executeObjcopyOnBinary()
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/
H A DCopyConfig.h52 Optional<MachineInfo> OutputArch; member
H A DCopyConfig.cpp286 Config.OutputArch = getOutputFormatMachineInfo(Config.OutputFormat); in parseObjcopyOptions()