Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Frontend/
HDDependencyOutputOptions.h84 std::string DOTOutputFile; variable
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInstance.cpp498 if (!DepOpts.DOTOutputFile.empty()) in createPreprocessor()
499 AttachDependencyGraphGen(*PP, DepOpts.DOTOutputFile, in createPreprocessor()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td1499 MarshallingInfoString<DependencyOutputOpts<"DOTOutputFile">>;