Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h115 class EmitCodeGenOnlyAction : public CodeGenAction {
118 EmitCodeGenOnlyAction(llvm::LLVMContext *_VMContext = nullptr);
/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/lib/CodeGen/
H A DCodeGenAction.cpp1248 void EmitCodeGenOnlyAction::anchor() { } in anchor()
1249 EmitCodeGenOnlyAction::EmitCodeGenOnlyAction(llvm::LLVMContext *_VMContext) in EmitCodeGenOnlyAction() function in EmitCodeGenOnlyAction