Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h62 std::string DOTOutputFile; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp422 if (!DepOpts.DOTOutputFile.empty()) in createPreprocessor()
423 AttachDependencyGraphGen(*PP, DepOpts.DOTOutputFile, in createPreprocessor()
H A DCompilerInvocation.cpp1349 Opts.DOTOutputFile = Args.getLastArgValue(OPT_dependency_dot); in ParseDependencyOutputArgs()