Home
last modified time | relevance | path

Searched refs:setDiagnosticHandler (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/llvm/tools/lto/
H A Dlto.cpp109 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 DLTOCodeGenerator.cpp664 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 DConfig.h297 setDiagnosticHandler( in LTOLLVMContext()
/llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h192 void setDiagnosticHandler(lto_diagnostic_handler_t, void *);
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DLLVMContext.h180 void setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH,
/llvm-project-15.0.7/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp361 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 DCodeGenAction.cpp324 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 Dllvm-dis.cpp171 Context.setDiagnosticHandler( in main()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp226 MMI.getContext().setDiagnosticHandler( in doInitialization()
/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMContext.cpp125 void LLVMContext::setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH, in setDiagnosticHandler() function in LLVMContext
/llvm-project-15.0.7/llvm/tools/llvm-link/
H A Dllvm-link.cpp460 Context.setDiagnosticHandler(std::make_unique<LLVMLinkDiagnosticHandler>(), in main()
/llvm-project-15.0.7/llvm/tools/llc/
H A Dllc.cpp401 Context.setDiagnosticHandler( in main()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCContext.h441 void setDiagnosticHandler(DiagHandlerTy DiagHandler) { in setDiagnosticHandler() function
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRExecutionUnit.cpp276 m_module_up->getContext().setDiagnosticHandler( in GetRunnableInfo()
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.mli443 See the method [llvm::LLVMContext::setDiagnosticHandler]. *)