Searched refs:diagnosticHandler (Results 1 – 11 of 11) 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()
157 void diagnosticHandler(const llvm::DiagnosticInfo &di);
214 static void diagnosticHandler(LLVMDiagnosticInfoRef DI, void *C) { in diagnosticHandler() function225 LLVMContextSetDiagnosticHandler(wrap(&Ctx), diagnosticHandler, &Err); in TEST_F()
51 c.DiagHandler = diagnosticHandler; in createLTO()
41 c.DiagHandler = diagnosticHandler; in createConfig()
80 c.DiagHandler = diagnosticHandler; in createConfig()
118 void lld::diagnosticHandler(const DiagnosticInfo &di) { in diagnosticHandler() function in lld
125 c.DiagHandler = diagnosticHandler; in createConfig()
475 static void diagnosticHandler(const DiagnosticInfo &DI) { in diagnosticHandler() function920 Conf.DiagHandler = diagnosticHandler; in createLTO()
744 void diagnosticHandler(const DiagnosticInfo &DI) { in diagnosticHandler() function825 Conf.DiagHandler = diagnosticHandler;