Home
last modified time | relevance | path

Searched refs:lto_diagnostic_handler_t (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h194 void setDiagnosticHandler(lto_diagnostic_handler_t, void *);
241 lto_diagnostic_handler_t DiagHandler = nullptr;
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A Dlto.h346 typedef void (*lto_diagnostic_handler_t)( typedef
357 lto_diagnostic_handler_t,
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp739 LTOCodeGenerator::setDiagnosticHandler(lto_diagnostic_handler_t DiagHandler, in setDiagnosticHandler()