Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp61 case EmitCodeGenOnly: return std::make_unique<EmitCodeGenOnlyAction>(); in CreateFrontendBaseAction()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h78 EmitCodeGenOnly, enumerator
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2624 {frontend::EmitCodeGenOnly, OPT_emit_codegen_only}, in getFrontendActionTable()
4472 case frontend::EmitCodeGenOnly: in isStrictlyPreprocessorAction()