Searched refs:LLVMDiagnosticInfoRef (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DTypes.h148 typedef struct LLVMOpaqueDiagnosticInfo *LLVMDiagnosticInfoRef; typedef in typeref:struct:LLVMOpaqueDiagnosticInfo
H A DCore.h489 typedef void (*LLVMDiagnosticHandler)(LLVMDiagnosticInfoRef, void *);
561 char *LLVMGetDiagInfoDescription(LLVMDiagnosticInfoRef DI);
568 LLVMDiagnosticSeverity LLVMGetDiagInfoSeverity(LLVMDiagnosticInfoRef DI);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h953 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(DiagnosticInfo, LLVMDiagnosticInfoRef)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp193 char *LLVMGetDiagInfoDescription(LLVMDiagnosticInfoRef DI) {
204 LLVMDiagnosticSeverity LLVMGetDiagInfoSeverity(LLVMDiagnosticInfoRef DI) {

Completed in 72 milliseconds