Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCodeGenAction.h108 class EmitCodeGenOnlyAction : public CodeGenAction {
111 EmitCodeGenOnlyAction(llvm::LLVMContext *_VMContext = nullptr);
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp1069 void EmitCodeGenOnlyAction::anchor() { } in anchor()
1070 EmitCodeGenOnlyAction::EmitCodeGenOnlyAction(llvm::LLVMContext *_VMContext) in EmitCodeGenOnlyAction() function in EmitCodeGenOnlyAction
/freebsd-12.1/contrib/llvm/tools/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp58 case EmitCodeGenOnly: return llvm::make_unique<EmitCodeGenOnlyAction>(); in CreateFrontendBaseAction()