Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp217 MMI.getContext().setDiagnosticHandler( in doInitialization()
243 MMI.getContext().setDiagnosticHandler( in run()
/src/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp739 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 DConfig.h299 setDiagnosticHandler( in LTOLLVMContext()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h185 void setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH,
/src/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h194 void setDiagnosticHandler(lto_diagnostic_handler_t, void *);
/src/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp369 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 DCodeGenAction.cpp294 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 Dllvm-dis.cpp179 Context.setDiagnosticHandler( in main()
/src/contrib/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp125 MCCtx.setDiagnosticHandler([&](const SMDiagnostic &SMD, bool IsInlineAsm, in initializeRecordStreamer()
/src/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp142 void LLVMContext::setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH, in setDiagnosticHandler() function in LLVMContext
/src/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp502 Context.setDiagnosticHandler(std::make_unique<LLVMLinkDiagnosticHandler>(), in main()
/src/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp393 Context.setDiagnosticHandler(std::make_unique<LLCDiagnosticHandler>()); in main()
/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h406 void setDiagnosticHandler(DiagHandlerTy DiagHandler) { in setDiagnosticHandler() function
/src/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp276 m_module_up->getContext().setDiagnosticHandler( in GetRunnableInfo()