Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Ddiagnostic.c51 if (LLVMContextGetDiagnosticHandler(C) != diagnosticHandler) { in llvm_test_diagnostic_handler()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h517 LLVMDiagnosticHandler LLVMContextGetDiagnosticHandler(LLVMContextRef C);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c175 if (LLVMContextGetDiagnosticHandler(C) == in llvm_remove_diagnostic_handler()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp92 LLVMDiagnosticHandler LLVMContextGetDiagnosticHandler(LLVMContextRef C) { in LLVMContextGetDiagnosticHandler() function