Searched refs:setDiagnosticHandler (Results 1 – 14 of 14) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineModuleInfo.cpp | 217 MMI.getContext().setDiagnosticHandler( in doInitialization() 243 MMI.getContext().setDiagnosticHandler( in run()
|
| /src/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 739 LTOCodeGenerator::setDiagnosticHandler(lto_diagnostic_handler_t DiagHandler, in setDiagnosticHandler() function in LTOCodeGenerator 744 return Context.setDiagnosticHandler(nullptr); in setDiagnosticHandler() 747 Context.setDiagnosticHandler(std::make_unique<LTODiagnosticHandler>(this), in setDiagnosticHandler()
|
| /src/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | Config.h | 299 setDiagnosticHandler( in LTOLLVMContext()
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | LLVMContext.h | 185 void setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH,
|
| /src/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
| H A D | LTOCodeGenerator.h | 194 void setDiagnosticHandler(lto_diagnostic_handler_t, void *);
|
| /src/contrib/llvm-project/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 369 Context->setDiagnosticHandler(std::make_unique<LLVMLTODiagnosticHandler>(), in getLocalLTOModule() 464 Context.setDiagnosticHandler(std::make_unique<LLVMLTODiagnosticHandler>(), in printMachOCPUOnly() 1027 Context.setDiagnosticHandler(std::make_unique<LLVMLTODiagnosticHandler>(), in main() 1034 CodeGen.setDiagnosticHandler(handleDiagnostics, nullptr); in main()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 294 Ctx.setDiagnosticHandler(std::make_unique<ClangDiagnosticHandler>( in HandleTranslationUnit() 358 Ctx.setDiagnosticHandler(std::move(OldDiagnosticHandler)); in HandleTranslationUnit() 1185 ~RAII() { Ctx.setDiagnosticHandler(std::move(PrevHandler)); } in ExecuteAction() 1203 Ctx.setDiagnosticHandler( in ExecuteAction()
|
| /src/contrib/llvm-project/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 179 Context.setDiagnosticHandler( in main()
|
| /src/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ModuleSymbolTable.cpp | 125 MCCtx.setDiagnosticHandler([&](const SMDiagnostic &SMD, bool IsInlineAsm, in initializeRecordStreamer()
|
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContext.cpp | 142 void LLVMContext::setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH, in setDiagnosticHandler() function in LLVMContext
|
| /src/contrib/llvm-project/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 502 Context.setDiagnosticHandler(std::make_unique<LLVMLinkDiagnosticHandler>(), in main()
|
| /src/contrib/llvm-project/llvm/tools/llc/ |
| H A D | llc.cpp | 393 Context.setDiagnosticHandler(std::make_unique<LLCDiagnosticHandler>()); in main()
|
| /src/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 406 void setDiagnosticHandler(DiagHandlerTy DiagHandler) { in setDiagnosticHandler() function
|
| /src/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 276 m_module_up->getContext().setDiagnosticHandler( in GetRunnableInfo()
|