Home
last modified time | relevance | path

Searched refs:LLVMDiagnosticHandler (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h499 typedef void (*LLVMDiagnosticHandler)(LLVMDiagnosticInfoRef, void *); typedef
519 LLVMDiagnosticHandler Handler,
525 LLVMDiagnosticHandler LLVMContextGetDiagnosticHandler(LLVMContextRef C);
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp89 LLVMDiagnosticHandler Handler, in LLVMContextSetDiagnosticHandler()
97 LLVMDiagnosticHandler LLVMContextGetDiagnosticHandler(LLVMContextRef C) { in LLVMContextGetDiagnosticHandler()
98 return LLVM_EXTENSION reinterpret_cast<LLVMDiagnosticHandler>( in LLVMContextGetDiagnosticHandler()