Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h109 std::shared_ptr<DependencyOutputOptions> DependencyOutputOpts; variable
143 return *DependencyOutputOpts; in getDependencyOutputOpts()
261 return *DependencyOutputOpts; in getDependencyOutputOpts()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp137 DependencyOutputOpts(std::make_shared<DependencyOutputOptions>()), in CompilerInvocationBase()
154 DependencyOutputOpts = make_shared_copy(X.getDependencyOutputOpts()); in deep_copy_assign()
174 DependencyOutputOpts = X.DependencyOutputOpts; in shallow_copy_assign()
243 return ensureOwned(DependencyOutputOpts); in getMutDependencyOutputOpts()
2394 const DependencyOutputOptions &DependencyOutputOpts = Opts; in GenerateDependencyOutputArgs() local
2429 DependencyOutputOptions &DependencyOutputOpts = Opts; in ParseDependencyOutputArgs() local
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td331 class DependencyOutputOpts<string base>
332 : KeyPathAndMacro<"DependencyOutputOpts.", base, "DEPENDENCY_OUTPUT_"> {}
772 MarshallingInfoFlag<DependencyOutputOpts<"ShowHeaderIncludes">>;
778 MarshallingInfoFlag<DependencyOutputOpts<"ShowSkippedHeaderIncludes">>;
812 MarshallingInfoFlag<DependencyOutputOpts<"AddMissingHeaderDeps">>;
817 MarshallingInfoFlag<DependencyOutputOpts<"UsePhonyTargets">>;
824 MarshallingInfoStringVector<DependencyOutputOpts<"Targets">>;
827 MarshallingInfoFlag<DependencyOutputOpts<"OutputFormat">, "DependencyOutputFormat::Make">,
1460 MarshallingInfoString<DependencyOutputOpts<"OutputFile">>;
1464 MarshallingInfoString<DependencyOutputOpts<"DOTOutputFile">>;
[all …]