Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h110 class EmitCodeGenOnlyAction : public CodeGenAction {
113 EmitCodeGenOnlyAction(llvm::LLVMContext *_VMContext = nullptr);
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1138 void EmitCodeGenOnlyAction::anchor() { } in anchor()
1139 EmitCodeGenOnlyAction::EmitCodeGenOnlyAction(llvm::LLVMContext *_VMContext) in EmitCodeGenOnlyAction() function in EmitCodeGenOnlyAction
/freebsd-13.1/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp58 case EmitCodeGenOnly: return std::make_unique<EmitCodeGenOnlyAction>(); in CreateFrontendBaseAction()