OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AuxTargetCPU
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Frontend/
FrontendOptions.h
444
Optional<std::string>
AuxTargetCPU
;
/src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInstance.cpp
115
if (getFrontendOpts().
AuxTargetCPU
)
116
TO->CPU = getFrontendOpts().
AuxTargetCPU
.getValue();
CompilerInvocation.cpp
2518
if (Opts.
AuxTargetCPU
.hasValue())
2519
GenerateArg(Args, OPT_aux_target_cpu, *Opts.
AuxTargetCPU
, SA);
2704
Opts.
AuxTargetCPU
= std::string(Args.getLastArgValue(OPT_aux_target_cpu));
Completed in 20 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026