Home
last modified time | relevance | path

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

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