Searched refs:diagnosticHandler (Results 1 – 5 of 5) sorted by relevance
22 static void diagnosticHandler(LLVMDiagnosticInfoRef DI, void *C) { in diagnosticHandler() function49 LLVMContextSetDiagnosticHandler(C, diagnosticHandler, &handlerCalled); in llvm_test_diagnostic_handler()51 if (LLVMContextGetDiagnosticHandler(C) != diagnosticHandler) { in llvm_test_diagnostic_handler()
20 static void diagnosticHandler(LLVMDiagnosticInfoRef DI, void *C) { in diagnosticHandler() function40 LLVMContextSetDiagnosticHandler(C, diagnosticHandler, NULL); in llvm_load_module()
316 __gshared DiagnosticHandler diagnosticHandler; variable
3144 diagnosticHandler = &assertDiagnosticHandler;
473 static void diagnosticHandler(const DiagnosticInfo &DI) { in diagnosticHandler() function908 Conf.DiagHandler = diagnosticHandler; in createLTO()