Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CIR/FrontendAction/
H A DCIRGenAction.h76 class EmitAssemblyAction : public CIRGenAction {
80 EmitAssemblyAction(mlir::MLIRContext *MLIRCtx = nullptr);
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h91 class EmitAssemblyAction : public CodeGenAction {
94 EmitAssemblyAction(llvm::LLVMContext *_VMContext = nullptr);
/freebsd/contrib/llvm-project/clang/lib/CIR/FrontendAction/
H A DCIRGenAction.cpp194 void EmitAssemblyAction::anchor() {} in anchor()
195 EmitAssemblyAction::EmitAssemblyAction(mlir::MLIRContext *MLIRCtx) in EmitAssemblyAction() function in EmitAssemblyAction
/freebsd/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp71 return std::make_unique<cir::EmitAssemblyAction>(); in CreateFrontendBaseAction()
73 return std::make_unique<EmitAssemblyAction>(); in CreateFrontendBaseAction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1197 void EmitAssemblyAction::anchor() { } in anchor()
1198 EmitAssemblyAction::EmitAssemblyAction(llvm::LLVMContext *_VMContext) in EmitAssemblyAction() function in EmitAssemblyAction
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc3803 {"_ZN5clang18EmitAssemblyActionC1Ev", "clang::EmitAssemblyAction::EmitAssemblyAction()"},
3804 {"_ZN5clang18EmitAssemblyActionC2Ev", "clang::EmitAssemblyAction::EmitAssemblyAction()"},
3826 {"_ZN5clang18EmitAssemblyActionD1Ev", "clang::EmitAssemblyAction::~EmitAssemblyAction()"},
3827 {"_ZN5clang18EmitAssemblyActionD0Ev", "clang::EmitAssemblyAction::~EmitAssemblyAction()"},
26330 {"_ZTVN5clang18EmitAssemblyActionE", "vtable for clang::EmitAssemblyAction"},