Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp512 if (Config.OutputArch) { in handleArgs()
513 Obj.Machine = Config.OutputArch.getValue().EMachine; in handleArgs()
514 Obj.OSABI = Config.OutputArch.getValue().OSABI; in handleArgs()
682 getOutputElfType(Config.OutputArch.getValueOr(MachineInfo())); in executeObjcopyOnIHex()
701 getOutputElfType(Config.OutputArch.getValueOr(MachineInfo())); in executeObjcopyOnRawBinary()
717 Config.OutputArch ? getOutputElfType(Config.OutputArch.getValue()) in executeObjcopyOnBinary()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DCommonConfig.h153 Optional<MachineInfo> OutputArch; member
H A DConfigManager.cpp763 Config.OutputArch = Target->Machine; in parseObjcopyOptions()