OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BackendOptions
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Frontend/
CodeGenOptions.h
129
std::vector<std::string>
BackendOptions
;
/external/clang/lib/CodeGen/
BackendUtil.cpp
374
for (unsigned i = 0, e = CodeGenOpts.
BackendOptions
.size(); i != e; ++i)
375
BackendArgs.push_back(CodeGenOpts.
BackendOptions
[i].c_str());
/external/clang/lib/Frontend/
CompilerInvocation.cpp
379
Opts.
BackendOptions
= Args.getAllArgValues(OPT_backend_option);
[
all
...]
Completed in 173 milliseconds