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

  /frameworks/compile/slang/
slang.cpp 392 clang::DependencyOutputOptions DepOpts;
393 DepOpts.IncludeSystemHeaders = 1;
394 DepOpts.OutputFile = mDepOutputFileName;
395 DepOpts.Targets = mAdditionalDepTargets;
396 DepOpts.Targets.push_back(mDepTargetBCFileName);
401 DepOpts.Targets.push_back(*I);
407 AttachDependencyFileGen(*mPP.get(), DepOpts);
  /external/clang/lib/Frontend/
CompilerInstance.cpp 255 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts();
256 if (!DepOpts.OutputFile.empty())
257 AttachDependencyFileGen(*PP, DepOpts);
258 if (!DepOpts.DOTOutputFile.empty())
259 AttachDependencyGraphGen(*PP, DepOpts.DOTOutputFile,
264 if (DepOpts.ShowHeaderIncludes)
266 if (!DepOpts.HeaderIncludeOutputFile.empty()) {
267 StringRef OutputPath = DepOpts.HeaderIncludeOutputFile;
    [all...]

Completed in 42 milliseconds