Home
last modified time | relevance | path

Searched refs:CErr (Results 1 – 4 of 4) sorted by relevance

/external/llvm/tools/llvm-c-test/
Dmodule.c22 char *CErr = LLVMGetDiagInfoDescription(DI); in diagnosticHandler() local
23 fprintf(stderr, "Error with new bitcode parser: %s\n", CErr); in diagnosticHandler()
24 LLVMDisposeMessage(CErr); in diagnosticHandler()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Dmodule.c21 char *CErr = LLVMGetDiagInfoDescription(DI); in diagnosticHandler() local
22 fprintf(stderr, "Error with new bitcode parser: %s\n", CErr); in diagnosticHandler()
23 LLVMDisposeMessage(CErr); in diagnosticHandler()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Linker/
DLinkModulesTest.cpp217 char *CErr = LLVMGetDiagInfoDescription(DI); in diagnosticHandler() local
218 *Err = CErr; in diagnosticHandler()
219 LLVMDisposeMessage(CErr); in diagnosticHandler()
/external/llvm/unittests/Linker/
DLinkModulesTest.cpp217 char *CErr = LLVMGetDiagInfoDescription(DI); in diagnosticHandler() local
218 *Err = CErr; in diagnosticHandler()
219 LLVMDisposeMessage(CErr); in diagnosticHandler()