Home
last modified time | relevance | path

Searched refs:LLVMDiagnosticInfoRef (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm-c/
DCore.h131 typedef struct LLVMOpaqueDiagnosticInfo *LLVMDiagnosticInfoRef; typedef
473 typedef void (*LLVMDiagnosticHandler)(LLVMDiagnosticInfoRef, void *);
518 char *LLVMGetDiagInfoDescription(LLVMDiagnosticInfoRef DI);
525 LLVMDiagnosticSeverity LLVMGetDiagInfoSeverity(LLVMDiagnosticInfoRef DI);
/external/llvm/include/llvm/IR/
DDiagnosticInfo.h390 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(DiagnosticInfo, LLVMDiagnosticInfoRef)
/external/llvm/lib/IR/
DCore.cpp112 char *LLVMGetDiagInfoDescription(LLVMDiagnosticInfoRef DI) { in LLVMGetDiagInfoDescription()
123 LLVMDiagnosticSeverity LLVMGetDiagInfoSeverity(LLVMDiagnosticInfoRef DI){ in LLVMGetDiagInfoSeverity()