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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h107 class EmitCodeGenOnlyAction : public CodeGenAction { class in namespace:clang
110 EmitCodeGenOnlyAction(llvm::LLVMContext *_VMContext = nullptr);
/freebsd-13-stable/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp58 case EmitCodeGenOnly: return std::make_unique<EmitCodeGenOnlyAction>();
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1205 void EmitCodeGenOnlyAction::anchor() { }
1206 EmitCodeGenOnlyAction::EmitCodeGenOnlyAction(llvm::LLVMContext *_VMContext) function in class:EmitCodeGenOnlyAction

Completed in 119 milliseconds