Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h45 std::string DOTOutputFile; variable
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp346 if (!DepOpts.DOTOutputFile.empty()) in createPreprocessor()
347 AttachDependencyGraphGen(*PP, DepOpts.DOTOutputFile, in createPreprocessor()
H A DCompilerInvocation.cpp636 Opts.DOTOutputFile = Args.getLastArgValue(OPT_dependency_dot); in ParseDependencyOutputArgs()