OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AuxTriple
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Frontend/
FrontendOptions.h
267
std::string
AuxTriple
;
/external/clang/lib/Frontend/
CompilerInstance.cpp
805
if (getLangOpts().CUDA && !getFrontendOpts().
AuxTriple
.empty()) {
807
TO->Triple = getFrontendOpts().
AuxTriple
;
[
all
...]
CompilerInvocation.cpp
[
all
...]
Completed in 71 milliseconds