/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/ |
D | diagnostic.c | 23 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()
|
D | module.c | 20 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/ |
D | diagnostic.c | 23 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()
|
D | module.c | 21 static void diagnosticHandler(LLVMDiagnosticInfoRef DI, void *C) { in diagnosticHandler() function 41 LLVMContextSetDiagnosticHandler(C, diagnosticHandler, NULL); in llvm_load_module()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitReader.cpp | 37 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/ |
D | llvm-link.cpp | 174 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/ |
D | llvm-dis.cpp | 123 static void diagnosticHandler(const DiagnosticInfo &DI, void *Context) { in diagnosticHandler() function 180 Context.setDiagnosticHandler(diagnosticHandler, argv[0]); in main()
|
/external/llvm/tools/lto/ |
D | lto.cpp | 74 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/ |
D | llvm-lto.cpp | 190 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/ |
D | LinkModulesTest.cpp | 215 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/ |
D | LinkModulesTest.cpp | 215 static void diagnosticHandler(LLVMDiagnosticInfoRef DI, void *C) { in diagnosticHandler() function 226 LLVMContextSetDiagnosticHandler(wrap(&Ctx), diagnosticHandler, &Err); in TEST_F()
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 408 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/ |
D | FunctionImport.cpp | 692 static void diagnosticHandler(const DiagnosticInfo &DI) { in diagnosticHandler() function 752 getModuleSummaryIndexForFile(SummaryFile, Error, diagnosticHandler); in runOnModule()
|
/external/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 69 static void diagnosticHandler(const DiagnosticInfo &DI) { in diagnosticHandler() function 495 diagnosticHandler); in linkCombinedIndex()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/gold/ |
D | gold-plugin.cpp | 440 static void diagnosticHandler(const DiagnosticInfo &DI) { in diagnosticHandler() function 862 Conf.DiagHandler = diagnosticHandler; in createLTO()
|
/external/error_prone/javac/ |
D | javac-9+181-r4173-1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
META- ... |