Searched refs:EmitAssemblyAction (Results 1 – 3 of 3) sorted by relevance
69 class EmitAssemblyAction : public CodeGenAction {72 EmitAssemblyAction(llvm::LLVMContext *_VMContext = nullptr);
856 void EmitAssemblyAction::anchor() { } in anchor()857 EmitAssemblyAction::EmitAssemblyAction(llvm::LLVMContext *_VMContext) in EmitAssemblyAction() function in EmitAssemblyAction
47 case EmitAssembly: return llvm::make_unique<EmitAssemblyAction>(); in CreateFrontendBaseAction()