reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/LLVMContext.h
  187   void setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH,

References

include/llvm/LTO/Config.h
  228     setDiagnosticHandler(
lib/LTO/LTOCodeGenerator.cpp
  693     return Context.setDiagnosticHandler(nullptr);
  696   Context.setDiagnosticHandler(std::make_unique<LTODiagnosticHandler>(this),
tools/clang/lib/CodeGen/CodeGenAction.cpp
  267       Ctx.setDiagnosticHandler(std::make_unique<ClangDiagnosticHandler>(
  313       Ctx.setDiagnosticHandler(std::move(OldDiagnosticHandler));
tools/llc/llc.cpp
  331   Context.setDiagnosticHandler(
tools/llvm-dis/llvm-dis.cpp
  155   Context.setDiagnosticHandler(
tools/llvm-link/llvm-link.cpp
  353   Context.setDiagnosticHandler(
tools/llvm-lto/llvm-lto.cpp
  319   Context->setDiagnosticHandler(std::make_unique<LLVMLTODiagnosticHandler>(),
  924   Context.setDiagnosticHandler(std::make_unique<LLVMLTODiagnosticHandler>(),
tools/lto/lto.cpp
  114     LTOContext->setDiagnosticHandler(
  281   Context->setDiagnosticHandler(std::make_unique<LTOToolDiagnosticHandler>(),