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

  /external/clang/include/clang/Frontend/
CompilerInstance.h 364 void setAuxTarget(TargetInfo *Value);
  /external/clang/lib/Frontend/
CompilerInstance.cpp 84 void CompilerInstance::setAuxTarget(TargetInfo *Value) { AuxTarget = Value; }
844 setAuxTarget(TargetInfo::CreateTargetInfo(getDiagnostics(), TO));
    [all...]

Completed in 172 milliseconds