| /llvm-project-15.0.7/llvm/tools/lto/ |
| H A D | lto.cpp | 109 LTOContext->setDiagnosticHandler( in lto_initialize() 136 void init() { setDiagnosticHandler(handleLibLTODiagnostic, nullptr); } in init() 274 Context->setDiagnosticHandler(std::make_unique<LTOToolDiagnosticHandler>(), in lto_module_create_in_local_context() 347 unwrap(cg)->setDiagnosticHandler(diag_handler, ctxt); in lto_codegen_set_diagnostic_handler()
|
| /llvm-project-15.0.7/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 664 LTOCodeGenerator::setDiagnosticHandler(lto_diagnostic_handler_t DiagHandler, in setDiagnosticHandler() function in LTOCodeGenerator 669 return Context.setDiagnosticHandler(nullptr); in setDiagnosticHandler() 672 Context.setDiagnosticHandler(std::make_unique<LTODiagnosticHandler>(this), in setDiagnosticHandler()
|
| /llvm-project-15.0.7/llvm/include/llvm/LTO/ |
| H A D | Config.h | 297 setDiagnosticHandler( in LTOLLVMContext()
|
| /llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/ |
| H A D | LTOCodeGenerator.h | 192 void setDiagnosticHandler(lto_diagnostic_handler_t, void *);
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | LLVMContext.h | 180 void setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH,
|
| /llvm-project-15.0.7/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 361 Context->setDiagnosticHandler(std::make_unique<LLVMLTODiagnosticHandler>(), in getLocalLTOModule() 456 Context.setDiagnosticHandler(std::make_unique<LLVMLTODiagnosticHandler>(), in printMachOCPUOnly() 1006 Context.setDiagnosticHandler(std::make_unique<LLVMLTODiagnosticHandler>(), in main() 1013 CodeGen.setDiagnosticHandler(handleDiagnostics, nullptr); in main()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 324 Ctx.setDiagnosticHandler(std::make_unique<ClangDiagnosticHandler>( in HandleTranslationUnit() 385 Ctx.setDiagnosticHandler(std::move(OldDiagnosticHandler)); in HandleTranslationUnit() 1185 ~RAII() { Ctx.setDiagnosticHandler(std::move(PrevHandler)); } in ExecuteAction() 1198 Ctx.setDiagnosticHandler( in ExecuteAction()
|
| /llvm-project-15.0.7/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 171 Context.setDiagnosticHandler( in main()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineModuleInfo.cpp | 226 MMI.getContext().setDiagnosticHandler( in doInitialization()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | LLVMContext.cpp | 125 void LLVMContext::setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH, in setDiagnosticHandler() function in LLVMContext
|
| /llvm-project-15.0.7/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 460 Context.setDiagnosticHandler(std::make_unique<LLVMLinkDiagnosticHandler>(), in main()
|
| /llvm-project-15.0.7/llvm/tools/llc/ |
| H A D | llc.cpp | 401 Context.setDiagnosticHandler( in main()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 441 void setDiagnosticHandler(DiagHandlerTy DiagHandler) { in setDiagnosticHandler() function
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 276 m_module_up->getContext().setDiagnosticHandler( in GetRunnableInfo()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 443 See the method [llvm::LLVMContext::setDiagnosticHandler]. *)
|