Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInvocation.h139 DependencyOutputOptions DependencyOutputOpts; variable
158 return DependencyOutputOpts; in getDependencyOutputOpts()
162 return DependencyOutputOpts; in getDependencyOutputOpts()
/netbsd-src/external/apache2/llvm/dist/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">>;
692 MarshallingInfoFlag<DependencyOutputOpts<"OutputFormat">, "DependencyOutputFormat::Make">,
1018 MarshallingInfoString<DependencyOutputOpts<"OutputFile">>;
1021 MarshallingInfoString<DependencyOutputOpts<"DOTOutputFile">>;
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1970 const DependencyOutputOptions &DependencyOutputOpts = Opts; in GenerateDependencyOutputArgs() local
2011 DependencyOutputOptions &DependencyOutputOpts = Opts; in ParseDependencyOutputArgs() local
4595 GenerateDependencyOutputArgs(DependencyOutputOpts, Args, SA); in generateCC1CommandLine()