Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/lto/
H A Dlto.cpp111 LTOContext->setDiagnosticHandler( in lto_initialize()
138 void init() { setDiagnosticHandler(handleLibLTODiagnostic, nullptr); } in init()
276 Context->setDiagnosticHandler(std::make_unique<LTOToolDiagnosticHandler>(), in lto_module_create_in_local_context()
349 unwrap(cg)->setDiagnosticHandler(diag_handler, ctxt); in lto_codegen_set_diagnostic_handler()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp658 LTOCodeGenerator::setDiagnosticHandler(lto_diagnostic_handler_t DiagHandler, in setDiagnosticHandler() function in LTOCodeGenerator
663 return Context.setDiagnosticHandler(nullptr); in setDiagnosticHandler()
666 Context.setDiagnosticHandler(std::make_unique<LTODiagnosticHandler>(this), in setDiagnosticHandler()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DConfig.h286 setDiagnosticHandler( in LTOLLVMContext()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp323 Context->setDiagnosticHandler(std::make_unique<LLVMLTODiagnosticHandler>(), in getLocalLTOModule()
413 Context.setDiagnosticHandler(std::make_unique<LLVMLTODiagnosticHandler>(), in printMachOCPUOnly()
957 Context.setDiagnosticHandler(std::make_unique<LLVMLTODiagnosticHandler>(), in main()
964 CodeGen.setDiagnosticHandler(handleDiagnostics, nullptr); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DLLVMContext.h179 void setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h189 void setDiagnosticHandler(lto_diagnostic_handler_t, void *);
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp307 Ctx.setDiagnosticHandler(std::make_unique<ClangDiagnosticHandler>( in HandleTranslationUnit()
338 Ctx.setDiagnosticHandler(std::move(OldDiagnosticHandler)); in HandleTranslationUnit()
1082 ~RAII() { Ctx.setDiagnosticHandler(std::move(PrevHandler)); } in ExecuteAction()
1094 Ctx.setDiagnosticHandler( in ExecuteAction()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp155 Context.setDiagnosticHandler( in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContext.cpp122 void LLVMContext::setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH, in setDiagnosticHandler() function in LLVMContext
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp402 MMI.getContext().setDiagnosticHandler( in doInitialization()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-link/
H A Dllvm-link.cpp435 Context.setDiagnosticHandler(std::make_unique<LLVMLinkDiagnosticHandler>(), in main()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llc/
H A Dllc.cpp372 Context.setDiagnosticHandler( in main()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h414 void setDiagnosticHandler(DiagHandlerTy DiagHandler) { in setDiagnosticHandler() function
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli443 See the method [llvm::LLVMContext::setDiagnosticHandler]. *)