HomeSort by: relevance | last modified time | path
    Searched refs:OutputArch (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
ELFObjcopy.cpp 512 if (Config.OutputArch) {
513 Obj.Machine = Config.OutputArch.getValue().EMachine;
514 Obj.OSABI = Config.OutputArch.getValue().OSABI;
682 getOutputElfType(Config.OutputArch.getValueOr(MachineInfo()));
698 // Prefer OutputArch (-O<format>) if set, otherwise fallback to BinaryArch
701 getOutputElfType(Config.OutputArch.getValueOr(MachineInfo()));
715 // Prefer OutputArch (-O<format>) if set, otherwise infer it from the input.
717 Config.OutputArch ? getOutputElfType(Config.OutputArch.getValue())
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
CommonConfig.h 153 Optional<MachineInfo> OutputArch;
ConfigManager.cpp 763 Config.OutputArch = Target->Machine;

Completed in 18 milliseconds