Searched defs:setDiagnosticHandler (Results 1 – 3 of 3) sorted by relevance
142 void LLVMContext::setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH, in setDiagnosticHandler() function in LLVMContext
739 LTOCodeGenerator::setDiagnosticHandler(lto_diagnostic_handler_t DiagHandler, in setDiagnosticHandler() function in LTOCodeGenerator
406 void setDiagnosticHandler(DiagHandlerTy DiagHandler) { in setDiagnosticHandler() function