Searched refs:EmitAssemblyAction (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/FrontendAction/ |
| H A D | CIRGenAction.h | 76 class EmitAssemblyAction : public CIRGenAction { 80 EmitAssemblyAction(mlir::MLIRContext *MLIRCtx = nullptr);
|
| /freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | CodeGenAction.h | 91 class EmitAssemblyAction : public CodeGenAction { 94 EmitAssemblyAction(llvm::LLVMContext *_VMContext = nullptr);
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/FrontendAction/ |
| H A D | CIRGenAction.cpp | 194 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 D | ExecuteCompilerInvocation.cpp | 71 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 D | CodeGenAction.cpp | 1197 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 D | DemangleTestCases.inc | 3803 {"_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"},
|