Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h564 typedef void (*LLVMDiagnosticHandler)(LLVMDiagnosticInfoRef, void *); typedef
584 LLVMDiagnosticHandler Handler,
590 LLVMDiagnosticHandler LLVMContextGetDiagnosticHandler(LLVMContextRef C);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp104 LLVMDiagnosticHandler Handler, in LLVMContextSetDiagnosticHandler()
112 LLVMDiagnosticHandler LLVMContextGetDiagnosticHandler(LLVMContextRef C) { in LLVMContextGetDiagnosticHandler()
113 return LLVM_EXTENSION reinterpret_cast<LLVMDiagnosticHandler>( in LLVMContextGetDiagnosticHandler()