Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h139 DependencyOutputOptions DependencyOutputOpts; variable
158 return DependencyOutputOpts; in getDependencyOutputOpts()
162 return DependencyOutputOpts; in getDependencyOutputOpts()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td256 class DependencyOutputOpts<string base>
257 : KeyPathAndMacro<"DependencyOutputOpts.", base, "DEPENDENCY_OUTPUT_"> {}
645 MarshallingInfoFlag<DependencyOutputOpts<"ShowHeaderIncludes">>;
650 MarshallingInfoFlag<DependencyOutputOpts<"ShowSkippedHeaderIncludes">>;
679 MarshallingInfoFlag<DependencyOutputOpts<"AddMissingHeaderDeps">>;
684 MarshallingInfoFlag<DependencyOutputOpts<"UsePhonyTargets">>;
689 MarshallingInfoStringVector<DependencyOutputOpts<"Targets">>;
1022 MarshallingInfoString<DependencyOutputOpts<"OutputFile">>;
1025 MarshallingInfoString<DependencyOutputOpts<"DOTOutputFile">>;
5114 MarshallingInfoFlag<DependencyOutputOpts<"IncludeSystemHeaders">>;
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1967 const DependencyOutputOptions &DependencyOutputOpts = Opts; in GenerateDependencyOutputArgs() local
2008 DependencyOutputOptions &DependencyOutputOpts = Opts; in ParseDependencyOutputArgs() local
4593 GenerateDependencyOutputArgs(DependencyOutputOpts, Args, SA); in generateCC1CommandLine()