Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h74 std::string DOTOutputFile; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp498 if (!DepOpts.DOTOutputFile.empty()) in createPreprocessor()
499 AttachDependencyGraphGen(*PP, DepOpts.DOTOutputFile, in createPreprocessor()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1025 MarshallingInfoString<DependencyOutputOpts<"DOTOutputFile">>;