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

  /frameworks/compile/slang/
slang.cpp 390 clang::DependencyOutputOptions DepOpts;
391 DepOpts.IncludeSystemHeaders = 1;
392 DepOpts.OutputFile = mDepOutputFileName;
393 DepOpts.Targets = mAdditionalDepTargets;
394 DepOpts.Targets.push_back(mDepTargetBCFileName);
399 DepOpts.Targets.push_back(*I);
405 AttachDependencyFileGen(*mPP.get(), DepOpts);
  /external/clang/lib/Frontend/
CompilerInstance.cpp 258 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts();
259 if (!DepOpts.OutputFile.empty())
260 AttachDependencyFileGen(*PP, DepOpts);
261 if (!DepOpts.DOTOutputFile.empty())
262 AttachDependencyGraphGen(*PP, DepOpts.DOTOutputFile,
267 if (DepOpts.ShowHeaderIncludes)
269 if (!DepOpts.HeaderIncludeOutputFile.empty()) {
270 StringRef OutputPath = DepOpts.HeaderIncludeOutputFile;
    [all...]

Completed in 59 milliseconds