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