Searched refs:setDiagnosticHandler (Results 1 – 14 of 14) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/lto/ |
| H A D | lto.cpp | 111 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 D | LTOCodeGenerator.cpp | 658 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 D | Config.h | 286 setDiagnosticHandler( in LTOLLVMContext()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 323 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 D | LLVMContext.h | 179 void setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/ |
| H A D | LTOCodeGenerator.h | 189 void setDiagnosticHandler(lto_diagnostic_handler_t, void *);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 307 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 D | llvm-dis.cpp | 155 Context.setDiagnosticHandler( in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | LLVMContext.cpp | 122 void LLVMContext::setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH, in setDiagnosticHandler() function in LLVMContext
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineModuleInfo.cpp | 402 MMI.getContext().setDiagnosticHandler( in doInitialization()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 435 Context.setDiagnosticHandler(std::make_unique<LLVMLinkDiagnosticHandler>(), in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llc/ |
| H A D | llc.cpp | 372 Context.setDiagnosticHandler( in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 414 void setDiagnosticHandler(DiagHandlerTy DiagHandler) { in setDiagnosticHandler() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 443 See the method [llvm::LLVMContext::setDiagnosticHandler]. *)
|