Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/lld/include/lld/Common/
H A DErrorHandler.h157 void diagnosticHandler(const llvm::DiagnosticInfo &di);
/openbsd/gnu/llvm/lld/wasm/
H A DLTO.cpp51 c.DiagHandler = diagnosticHandler; in createLTO()
/openbsd/gnu/llvm/lld/COFF/
H A DLTO.cpp87 c.DiagHandler = diagnosticHandler; in createConfig()
/openbsd/gnu/llvm/lld/Common/
H A DErrorHandler.cpp118 void lld::diagnosticHandler(const DiagnosticInfo &di) { in diagnosticHandler() function in lld
/openbsd/gnu/llvm/lld/MachO/
H A DLTO.cpp63 c.DiagHandler = diagnosticHandler; in createConfig()
/openbsd/gnu/llvm/lld/ELF/
H A DLTO.cpp126 c.DiagHandler = diagnosticHandler; in createConfig()
/openbsd/gnu/llvm/llvm/tools/gold/
H A Dgold-plugin.cpp475 static void diagnosticHandler(const DiagnosticInfo &DI) { in diagnosticHandler() function
909 Conf.DiagHandler = diagnosticHandler; in createLTO()
/openbsd/gnu/llvm/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp455 void diagnosticHandler(const DiagnosticInfo &DI) { in diagnosticHandler() function
523 Conf.DiagHandler = diagnosticHandler;