OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Sep 08 00:25:21 UTC 2026