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

References

include/llvm/LTO/Config.h
  225   LTOLLVMContext(const Config &C) : DiagHandler(C.DiagHandler) {
tools/gold/gold-plugin.cpp
  876   Conf.DiagHandler = diagnosticHandler;
tools/lld/COFF/LTO.cpp
   80   c.DiagHandler = diagnosticHandler;
tools/lld/ELF/LTO.cpp
   90   c.DiagHandler = diagnosticHandler;
tools/lld/wasm/LTO.cpp
   51   c.DiagHandler = diagnosticHandler;
tools/llvm-lto2/llvm-lto2.cpp
  212   Conf.DiagHandler = [](const DiagnosticInfo &DI) {