HomeSort by relevance Sort by last modified time
    Searched refs:AuxTriple (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Frontend/
FrontendOptions.h 268 std::string AuxTriple;
  /external/clang/lib/Frontend/
CompilerInstance.cpp 840 if (getLangOpts().CUDA && !getFrontendOpts().AuxTriple.empty()) {
842 TO->Triple = getFrontendOpts().AuxTriple;
    [all...]
CompilerInvocation.cpp     [all...]

Completed in 162 milliseconds