Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp199 MMI.getContext().setDiagnosticHandler( in doInitialization()
223 MMI.getContext().setDiagnosticHandler( in run()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp726 LTOCodeGenerator::setDiagnosticHandler(lto_diagnostic_handler_t DiagHandler, in setDiagnosticHandler() function in LTOCodeGenerator
731 return Context.setDiagnosticHandler(nullptr); in setDiagnosticHandler()
734 Context.setDiagnosticHandler(std::make_unique<LTODiagnosticHandler>(this), in setDiagnosticHandler()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h305 setDiagnosticHandler( in LTOLLVMContext()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h196 LLVM_ABI void setDiagnosticHandler(lto_diagnostic_handler_t, void *);
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp360 Context->setDiagnosticHandler(std::make_unique<LLVMLTODiagnosticHandler>(), in getLocalLTOModule()
518 Context.setDiagnosticHandler(std::make_unique<LLVMLTODiagnosticHandler>(), in printMachOCPUOnly()
1067 Context.setDiagnosticHandler(std::make_unique<LLVMLTODiagnosticHandler>(), in main()
1074 CodeGen.setDiagnosticHandler(handleDiagnostics, nullptr); in main()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h191 LLVM_ABI void setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp256 Ctx.setDiagnosticHandler(std::make_unique<ClangDiagnosticHandler>( in HandleTranslationUnit()
320 Ctx.setDiagnosticHandler(std::move(OldDiagnosticHandler)); in HandleTranslationUnit()
1152 ~RAII() { Ctx.setDiagnosticHandler(std::move(PrevHandler)); } in ExecuteAction()
1168 Ctx.setDiagnosticHandler( in ExecuteAction()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp198 Context.setDiagnosticHandler( in main()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp122 MCCtx.setDiagnosticHandler([&](const SMDiagnostic &SMD, bool IsInlineAsm, in initializeRecordStreamer()
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp388 Context.setDiagnosticHandler(std::make_unique<LLCDiagnosticHandler>()); in main()
691 MCCtx.setDiagnosticHandler([&](const SMDiagnostic &SMD, bool IsInlineAsm, in compileModule()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp127 void LLVMContext::setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH, in setDiagnosticHandler() function in LLVMContext
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp480 Context.setDiagnosticHandler(std::make_unique<LLVMLinkDiagnosticHandler>(), in main()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h406 void setDiagnosticHandler(DiagHandlerTy DiagHandler) { in setDiagnosticHandler() function
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp271 m_module_up->getContext().setDiagnosticHandler( in GetRunnableInfo()