Home
last modified time | relevance | path

Searched refs:diagnosticHandler (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Ddiagnostic.c22 static void diagnosticHandler(LLVMDiagnosticInfoRef DI, void *C) { in diagnosticHandler() function
49 LLVMContextSetDiagnosticHandler(C, diagnosticHandler, &handlerCalled); in llvm_test_diagnostic_handler()
51 if (LLVMContextGetDiagnosticHandler(C) != diagnosticHandler) { in llvm_test_diagnostic_handler()
H A Dmodule.c20 static void diagnosticHandler(LLVMDiagnosticInfoRef DI, void *C) { in diagnosticHandler() function
40 LLVMContextSetDiagnosticHandler(C, diagnosticHandler, NULL); in llvm_load_module()
/llvm-project-15.0.7/lld/include/lld/Common/
H A DErrorHandler.h157 void diagnosticHandler(const llvm::DiagnosticInfo &di);
/llvm-project-15.0.7/llvm/unittests/Linker/
H A DLinkModulesTest.cpp214 static void diagnosticHandler(LLVMDiagnosticInfoRef DI, void *C) { in diagnosticHandler() function
225 LLVMContextSetDiagnosticHandler(wrap(&Ctx), diagnosticHandler, &Err); in TEST_F()
/llvm-project-15.0.7/lld/wasm/
H A DLTO.cpp51 c.DiagHandler = diagnosticHandler; in createLTO()
/llvm-project-15.0.7/lld/MachO/
H A DLTO.cpp41 c.DiagHandler = diagnosticHandler; in createConfig()
/llvm-project-15.0.7/lld/COFF/
H A DLTO.cpp80 c.DiagHandler = diagnosticHandler; in createConfig()
/llvm-project-15.0.7/lld/Common/
H A DErrorHandler.cpp118 void lld::diagnosticHandler(const DiagnosticInfo &di) { in diagnosticHandler() function in lld
/llvm-project-15.0.7/lld/ELF/
H A DLTO.cpp125 c.DiagHandler = diagnosticHandler; in createConfig()
/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp475 static void diagnosticHandler(const DiagnosticInfo &DI) { in diagnosticHandler() function
920 Conf.DiagHandler = diagnosticHandler; in createLTO()
/llvm-project-15.0.7/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp744 void diagnosticHandler(const DiagnosticInfo &DI) { in diagnosticHandler() function
825 Conf.DiagHandler = diagnosticHandler;