Home
last modified time | relevance | path

Searched refs:LLVMContextGetDiagnosticHandler (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/tools/llvm-c-test/
Ddiagnostic.c51 if (LLVMContextGetDiagnosticHandler(C) != diagnosticHandler) { in llvm_test_diagnostic_handler()
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h537 LLVMDiagnosticHandler LLVMContextGetDiagnosticHandler(LLVMContextRef C);
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c175 if (LLVMContextGetDiagnosticHandler(C) == in llvm_remove_diagnostic_handler()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp108 LLVMDiagnosticHandler LLVMContextGetDiagnosticHandler(LLVMContextRef C) { in LLVMContextGetDiagnosticHandler() function