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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h95 class EmitLLVMAction : public CodeGenAction { class in namespace:clang
98 EmitLLVMAction(llvm::LLVMContext *_VMContext = nullptr);
/freebsd-13-stable/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp56 case EmitLLVM: return std::make_unique<EmitLLVMAction>();
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1197 void EmitLLVMAction::anchor() { }
1198 EmitLLVMAction::EmitLLVMAction(llvm::LLVMContext *_VMContext) function in class:EmitLLVMAction

Completed in 183 milliseconds