Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DTypes.h114 typedef struct LLVMOpaqueDiagnosticInfo *LLVMDiagnosticInfoRef; typedef
DCore.h377 typedef void (*LLVMDiagnosticHandler)(LLVMDiagnosticInfoRef, void *);
422 char *LLVMGetDiagInfoDescription(LLVMDiagnosticInfoRef DI);
429 LLVMDiagnosticSeverity LLVMGetDiagInfoSeverity(LLVMDiagnosticInfoRef DI);
/external/llvm/tools/llvm-c-test/
Dmodule.c22 static void diagnosticHandler(LLVMDiagnosticInfoRef DI, void *C) { in diagnosticHandler()
/external/llvm/include/llvm/IR/
DDiagnosticInfo.h497 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(DiagnosticInfo, LLVMDiagnosticInfoRef)
/external/llvm/unittests/Linker/
DLinkModulesTest.cpp239 static void diagnosticHandler(LLVMDiagnosticInfoRef DI, void *C) { in diagnosticHandler()
/external/llvm/lib/IR/
DCore.cpp112 char *LLVMGetDiagInfoDescription(LLVMDiagnosticInfoRef DI) { in LLVMGetDiagInfoDescription()
123 LLVMDiagnosticSeverity LLVMGetDiagInfoSeverity(LLVMDiagnosticInfoRef DI){ in LLVMGetDiagInfoSeverity()