Home
last modified time | relevance | path

Searched refs:AuxTriple (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Frontend/
DFrontendOptions.h267 std::string AuxTriple; variable
/external/clang/lib/Frontend/
DCompilerInstance.cpp805 if (getLangOpts().CUDA && !getFrontendOpts().AuxTriple.empty()) { in ExecuteAction()
807 TO->Triple = getFrontendOpts().AuxTriple; in ExecuteAction()
DCompilerInvocation.cpp1051 Opts.AuxTriple = in ParseFrontendArgs()