Home
last modified time | relevance | path

Searched refs:GenerateModule (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp161 if (ProgramAction == frontend::GenerateModule) { in resetBenignCodeGenOptions()
166 (ProgramAction == frontend::GenerateModule && !LangOpts.ModulesCodegen)) { in resetBenignCodeGenOptions()
195 resetBenignCodeGenOptions(frontend::GenerateModule, CI.getLangOpts(), in makeCommonInvocationForModuleBuild()
206 CI.getFrontendOpts().ProgramAction = frontend::GenerateModule; in makeCommonInvocationForModuleBuild()
/freebsd/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp66 case GenerateModule: in CreateFrontendBaseAction()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h90 GenerateModule, enumerator
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2631 {frontend::GenerateModule, OPT_emit_module}, in getFrontendActionTable()
2984 if (Opts.ProgramAction != frontend::GenerateModule && Opts.IsSystemModule) in ParseFrontendArgs()
3109 if (Opts.ProgramAction == frontend::GenerateModule && in ParseFrontendArgs()
4476 case frontend::GenerateModule: in isStrictlyPreprocessorAction()