Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h530 void LLVMContextSetDiagnosticHandler(LLVMContextRef C,
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp99 void LLVMContextSetDiagnosticHandler(LLVMContextRef C, in LLVMContextSetDiagnosticHandler() function