Searched refs:diagnosticHandler (Results 1 - 12 of 12) sorted by relevance

/external/llvm/tools/llvm-c-test/
H A Ddiagnostic.c23 static void diagnosticHandler(LLVMDiagnosticInfoRef DI, void *C) { function
50 LLVMContextSetDiagnosticHandler(C, diagnosticHandler, &handlerCalled);
52 if (LLVMContextGetDiagnosticHandler(C) != diagnosticHandler) {
H A Dmodule.c21 static void diagnosticHandler(LLVMDiagnosticInfoRef DI, void *C) { function
41 LLVMContextSetDiagnosticHandler(C, diagnosticHandler, NULL);
/external/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp37 static void diagnosticHandler(const DiagnosticInfo &DI, void *C) { function
55 Ctx.setDiagnosticHandler(diagnosticHandler, &Message, true);
100 Ctx.setDiagnosticHandler(diagnosticHandler, &Message, true);
/external/llvm/tools/llvm-link/
H A Dllvm-link.cpp174 static void diagnosticHandler(const DiagnosticInfo &DI) { function
196 diagnosticHandler(DI);
205 llvm::getModuleSummaryIndexForFile(SummaryIndex, diagnosticHandler);
314 llvm::getModuleSummaryIndexForFile(SummaryIndex, diagnosticHandler);
/external/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp123 static void diagnosticHandler(const DiagnosticInfo &DI, void *Context) { function
180 Context.setDiagnosticHandler(diagnosticHandler, argv[0]);
/external/llvm/tools/lto/
H A Dlto.cpp74 static void diagnosticHandler(const DiagnosticInfo &DI, void *Context) { function
107 LTOContext->setDiagnosticHandler(diagnosticHandler, nullptr, true);
268 Context->setDiagnosticHandler(diagnosticHandler, nullptr, true);
/external/llvm/unittests/Linker/
H A DLinkModulesTest.cpp215 static void diagnosticHandler(LLVMDiagnosticInfoRef DI, void *C) { function in namespace:__anon15022
226 LLVMContextSetDiagnosticHandler(wrap(&Ctx), diagnosticHandler, &Err); local
/external/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp190 static void diagnosticHandler(const DiagnosticInfo &DI) { function
221 diagnosticHandler(DI);
291 llvm::getModuleSummaryIndexForFile(Filename, diagnosticHandler);
361 llvm::getModuleSummaryIndexForFile(ThinLTOIndex, diagnosticHandler);
/external/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp692 static void diagnosticHandler(const DiagnosticInfo &DI) { function
752 getModuleSummaryIndexForFile(SummaryFile, Error, diagnosticHandler);
/external/llvm/tools/gold/
H A Dgold-plugin.cpp408 static void diagnosticHandler(const DiagnosticInfo &DI) { function
439 diagnosticHandler(DI);
672 BufferRef, diagnosticHandler))
677 diagnosticHandler);
/external/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp69 static void diagnosticHandler(const DiagnosticInfo &DI) { function in namespace:__anon14070
495 diagnosticHandler);
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 429 milliseconds