Home
last modified time | relevance | path

Searched refs:LLVMContextSetDiagnosticHandler (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Ddiagnostic.c49 LLVMContextSetDiagnosticHandler(C, diagnosticHandler, &handlerCalled); in llvm_test_diagnostic_handler()
H A Dmodule.c40 LLVMContextSetDiagnosticHandler(C, diagnosticHandler, NULL); in llvm_load_module()
/llvm-project-15.0.7/llvm/unittests/Linker/
H A DLinkModulesTest.cpp225 LLVMContextSetDiagnosticHandler(wrap(&Ctx), diagnosticHandler, &Err); in TEST_F()
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c187 LLVMContextSetDiagnosticHandler(C, NULL, NULL); in llvm_set_diagnostic_handler()
194 LLVMContextSetDiagnosticHandler(C, llvm_diagnostic_handler_trampoline, in llvm_set_diagnostic_handler()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h518 void LLVMContextSetDiagnosticHandler(LLVMContextRef C,
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp88 void LLVMContextSetDiagnosticHandler(LLVMContextRef C, in LLVMContextSetDiagnosticHandler() function