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

/external/llvm/include/llvm/IR/
H A DDiagnosticInfo.h383 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(DiagnosticInfo, LLVMDiagnosticInfoRef)
/external/llvm/include/llvm-c/
H A DCore.h131 typedef struct LLVMOpaqueDiagnosticInfo *LLVMDiagnosticInfoRef; typedef in typeref:struct:LLVMOpaqueDiagnosticInfo
471 typedef void (*LLVMDiagnosticHandler)(LLVMDiagnosticInfoRef, void *);
516 char *LLVMGetDiagInfoDescription(LLVMDiagnosticInfoRef DI);
523 LLVMDiagnosticSeverity LLVMGetDiagInfoSeverity(LLVMDiagnosticInfoRef DI);
/external/llvm/lib/IR/
H A DCore.cpp112 char *LLVMGetDiagInfoDescription(LLVMDiagnosticInfoRef DI) {
123 LLVMDiagnosticSeverity LLVMGetDiagInfoSeverity(LLVMDiagnosticInfoRef DI){

Completed in 149 milliseconds