Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInvocation.h144 DependencyOutputOptions DependencyOutputOpts; variable
163 return DependencyOutputOpts; in getDependencyOutputOpts()
167 return DependencyOutputOpts; in getDependencyOutputOpts()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td264 class DependencyOutputOpts<string base>
265 : KeyPathAndMacro<"DependencyOutputOpts.", base, "DEPENDENCY_OUTPUT_"> {}
678 MarshallingInfoFlag<DependencyOutputOpts<"ShowHeaderIncludes">>;
683 MarshallingInfoFlag<DependencyOutputOpts<"ShowSkippedHeaderIncludes">>;
712 MarshallingInfoFlag<DependencyOutputOpts<"AddMissingHeaderDeps">>;
717 MarshallingInfoFlag<DependencyOutputOpts<"UsePhonyTargets">>;
722 MarshallingInfoStringVector<DependencyOutputOpts<"Targets">>;
1084 MarshallingInfoString<DependencyOutputOpts<"OutputFile">>;
1087 MarshallingInfoString<DependencyOutputOpts<"DOTOutputFile">>;
5568 MarshallingInfoFlag<DependencyOutputOpts<"IncludeSystemHeaders">>;
[all …]
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp2051 const DependencyOutputOptions &DependencyOutputOpts = Opts; in GenerateDependencyOutputArgs() local
2092 DependencyOutputOptions &DependencyOutputOpts = Opts; in ParseDependencyOutputArgs() local
4665 GenerateDependencyOutputArgs(DependencyOutputOpts, Args, SA); in generateCC1CommandLine()