Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h113 class EmitCodeGenOnlyAction : public CodeGenAction {
116 EmitCodeGenOnlyAction(llvm::LLVMContext *_VMContext = nullptr);
/freebsd-14.2/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp59 case EmitCodeGenOnly: return std::make_unique<EmitCodeGenOnlyAction>(); in CreateFrontendBaseAction()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1254 void EmitCodeGenOnlyAction::anchor() { } in anchor()
1255 EmitCodeGenOnlyAction::EmitCodeGenOnlyAction(llvm::LLVMContext *_VMContext) in EmitCodeGenOnlyAction() function in EmitCodeGenOnlyAction