Home
last modified time | relevance | path

Searched refs:diagnosticHandler (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Ddiagnostic.c23 static void diagnosticHandler(LLVMDiagnosticInfoRef DI, void *C) { in diagnosticHandler() function
50 LLVMContextSetDiagnosticHandler(C, diagnosticHandler, &handlerCalled); in llvm_test_diagnostic_handler()
52 if (LLVMContextGetDiagnosticHandler(C) != diagnosticHandler) { in llvm_test_diagnostic_handler()
Dmodule.c20 static void diagnosticHandler(LLVMDiagnosticInfoRef DI, void *C) { in diagnosticHandler() function
40 LLVMContextSetDiagnosticHandler(C, diagnosticHandler, NULL); in llvm_load_module()
/external/llvm/tools/llvm-c-test/
Ddiagnostic.c23 static void diagnosticHandler(LLVMDiagnosticInfoRef DI, void *C) { in diagnosticHandler() function
50 LLVMContextSetDiagnosticHandler(C, diagnosticHandler, &handlerCalled); in llvm_test_diagnostic_handler()
52 if (LLVMContextGetDiagnosticHandler(C) != diagnosticHandler) { in llvm_test_diagnostic_handler()
Dmodule.c21 static void diagnosticHandler(LLVMDiagnosticInfoRef DI, void *C) { in diagnosticHandler() function
41 LLVMContextSetDiagnosticHandler(C, diagnosticHandler, NULL); in llvm_load_module()
/external/llvm/lib/Bitcode/Reader/
DBitReader.cpp37 static void diagnosticHandler(const DiagnosticInfo &DI, void *C) { in diagnosticHandler() function
55 Ctx.setDiagnosticHandler(diagnosticHandler, &Message, true); in LLVMParseBitcodeInContext()
100 Ctx.setDiagnosticHandler(diagnosticHandler, &Message, true); in LLVMGetBitcodeModuleInContext()
/external/llvm/tools/llvm-link/
Dllvm-link.cpp174 static void diagnosticHandler(const DiagnosticInfo &DI) { in diagnosticHandler() function
196 diagnosticHandler(DI); in diagnosticHandlerWithContext()
205 llvm::getModuleSummaryIndexForFile(SummaryIndex, diagnosticHandler); in importFunctions()
314 llvm::getModuleSummaryIndexForFile(SummaryIndex, diagnosticHandler); in linkFiles()
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp123 static void diagnosticHandler(const DiagnosticInfo &DI, void *Context) { in diagnosticHandler() function
180 Context.setDiagnosticHandler(diagnosticHandler, argv[0]); in main()
/external/llvm/tools/lto/
Dlto.cpp74 static void diagnosticHandler(const DiagnosticInfo &DI, void *Context) { in diagnosticHandler() function
107 LTOContext->setDiagnosticHandler(diagnosticHandler, nullptr, true); in lto_initialize()
268 Context->setDiagnosticHandler(diagnosticHandler, nullptr, true); in lto_module_create_in_local_context()
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp190 static void diagnosticHandler(const DiagnosticInfo &DI) { in diagnosticHandler() function
221 diagnosticHandler(DI); in diagnosticHandlerWithContext()
291 llvm::getModuleSummaryIndexForFile(Filename, diagnosticHandler); in createCombinedModuleSummaryIndex()
361 llvm::getModuleSummaryIndexForFile(ThinLTOIndex, diagnosticHandler); in loadCombinedIndex()
/external/llvm/unittests/Linker/
DLinkModulesTest.cpp215 static void diagnosticHandler(LLVMDiagnosticInfoRef DI, void *C) { in diagnosticHandler() function
226 LLVMContextSetDiagnosticHandler(wrap(&Ctx), diagnosticHandler, &Err); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Linker/
DLinkModulesTest.cpp215 static void diagnosticHandler(LLVMDiagnosticInfoRef DI, void *C) { in diagnosticHandler() function
226 LLVMContextSetDiagnosticHandler(wrap(&Ctx), diagnosticHandler, &Err); in TEST_F()
/external/llvm/tools/gold/
Dgold-plugin.cpp408 static void diagnosticHandler(const DiagnosticInfo &DI) { in diagnosticHandler() function
439 diagnosticHandler(DI); in diagnosticHandlerForContext()
672 BufferRef, diagnosticHandler)) in getModuleSummaryIndexForFile()
677 diagnosticHandler); in getModuleSummaryIndexForFile()
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp692 static void diagnosticHandler(const DiagnosticInfo &DI) { in diagnosticHandler() function
752 getModuleSummaryIndexForFile(SummaryFile, Error, diagnosticHandler); in runOnModule()
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp69 static void diagnosticHandler(const DiagnosticInfo &DI) { in diagnosticHandler() function
495 diagnosticHandler); in linkCombinedIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/gold/
Dgold-plugin.cpp440 static void diagnosticHandler(const DiagnosticInfo &DI) { in diagnosticHandler() function
862 Conf.DiagHandler = diagnosticHandler; in createLTO()
/external/error_prone/javac/
Djavac-9+181-r4173-1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...