Home
last modified time | relevance | path

Searched refs:EmitAssemblyAction (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DCodeGenAction.h86 class EmitAssemblyAction : public CodeGenAction {
89 EmitAssemblyAction(llvm::LLVMContext *_VMContext = nullptr);
/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DFrontendActions.h252 class EmitAssemblyAction : public CodeGenAction {
254 EmitAssemblyAction() : CodeGenAction(BackendActionTy::Backend_EmitAssembly) {} in EmitAssemblyAction() function
/llvm-project-15.0.7/flang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp51 return std::make_unique<EmitAssemblyAction>(); in createFrontendAction()
/llvm-project-15.0.7/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp54 case EmitAssembly: return std::make_unique<EmitAssemblyAction>(); in CreateFrontendBaseAction()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenAction.cpp1224 void EmitAssemblyAction::anchor() { } in anchor()
1225 EmitAssemblyAction::EmitAssemblyAction(llvm::LLVMContext *_VMContext) in EmitAssemblyAction() function in EmitAssemblyAction