Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/llvm-c-test/
Ddiagnostic.c56 int *DC = (int *)LLVMContextGetDiagnosticContext(C); in llvm_test_diagnostic_handler()
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h542 void *LLVMContextGetDiagnosticContext(LLVMContextRef C);
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c177 value *Handler = (value *)LLVMContextGetDiagnosticContext(C); in llvm_remove_diagnostic_handler()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp113 void *LLVMContextGetDiagnosticContext(LLVMContextRef C) { in LLVMContextGetDiagnosticContext() function