/external/llvm/lib/Bitcode/Reader/ |
D | BitReader.cpp | 55 Ctx.setDiagnosticHandler(diagnosticHandler, &Message, true); in LLVMParseBitcodeInContext() 59 Ctx.setDiagnosticHandler(OldDiagnosticHandler, OldDiagnosticContext, true); in LLVMParseBitcodeInContext() 100 Ctx.setDiagnosticHandler(diagnosticHandler, &Message, true); in LLVMGetBitcodeModuleInContext() 106 Ctx.setDiagnosticHandler(OldDiagnosticHandler, OldDiagnosticContext, true); in LLVMGetBitcodeModuleInContext()
|
/external/llvm/unittests/Linker/ |
D | LinkModulesTest.cpp | 101 Ctx.setDiagnosticHandler(expectNoDiags); in TEST_F() 175 Ctx.setDiagnosticHandler(expectNoDiags); in TEST_F() 182 Ctx.setDiagnosticHandler(expectNoDiags); in TEST_F() 198 Ctx.setDiagnosticHandler(expectNoDiags); in TEST_F() 283 Ctx.setDiagnosticHandler(expectNoDiags); in TEST_F() 352 Ctx.setDiagnosticHandler(expectNoDiags); in TEST_F()
|
/external/llvm/tools/lto/ |
D | lto.cpp | 107 LTOContext->setDiagnosticHandler(diagnosticHandler, nullptr, true); in lto_initialize() 133 void init() { setDiagnosticHandler(handleLibLTODiagnostic, nullptr); } in init() 268 Context->setDiagnosticHandler(diagnosticHandler, nullptr, true); in lto_module_create_in_local_context() 319 unwrap(cg)->setDiagnosticHandler(diag_handler, ctxt); in lto_codegen_set_diagnostic_handler()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lto/ |
D | lto.cpp | 114 LTOContext->setDiagnosticHandler( in lto_initialize() 141 void init() { setDiagnosticHandler(handleLibLTODiagnostic, nullptr); } in init() 281 Context->setDiagnosticHandler(llvm::make_unique<LTOToolDiagnosticHandler>(), in lto_module_create_in_local_context() 332 unwrap(cg)->setDiagnosticHandler(diag_handler, ctxt); in lto_codegen_set_diagnostic_handler()
|
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 646 LTOCodeGenerator::setDiagnosticHandler(lto_diagnostic_handler_t DiagHandler, in setDiagnosticHandler() function in LTOCodeGenerator 651 return Context.setDiagnosticHandler(nullptr, nullptr); in setDiagnosticHandler() 654 Context.setDiagnosticHandler(LTOCodeGenerator::DiagnosticHandler, this, in setDiagnosticHandler()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 654 LTOCodeGenerator::setDiagnosticHandler(lto_diagnostic_handler_t DiagHandler, in setDiagnosticHandler() function in LTOCodeGenerator 659 return Context.setDiagnosticHandler(nullptr); in setDiagnosticHandler() 662 Context.setDiagnosticHandler(llvm::make_unique<LTODiagnosticHandler>(this), in setDiagnosticHandler()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/ |
D | Config.h | 204 setDiagnosticHandler( in LTOLLVMContext()
|
/external/llvm/include/llvm/IR/ |
D | LLVMContext.h | 165 void setDiagnosticHandler(DiagnosticHandlerTy DiagHandler,
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | LLVMContext.h | 174 void setDiagnosticHandler(DiagnosticHandlerTy DiagHandler,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 182 void setDiagnosticHandler(lto_diagnostic_handler_t, void *);
|
/external/llvm/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 175 void setDiagnosticHandler(lto_diagnostic_handler_t, void *);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | LLVMContext.h | 213 void setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH,
|
/external/mesa3d/src/gallium/state_trackers/clover/llvm/ |
D | compat.hpp | 217 ctx.setDiagnosticHandler(diagnostic_handler, data); in set_diagnostic_handler()
|
/external/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 253 Context->setDiagnosticHandler(diagnosticHandlerWithContext, nullptr, true); in getLocalLTOModule() 752 Context.setDiagnosticHandler(diagnosticHandlerWithContext, nullptr, true); in main() 757 CodeGen.setDiagnosticHandler(handleDiagnostics, nullptr); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dis/ |
D | llvm-dis.cpp | 156 Context.setDiagnosticHandler( in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 312 Context->setDiagnosticHandler(llvm::make_unique<LLVMLTODiagnosticHandler>(), in getLocalLTOModule() 856 Context.setDiagnosticHandler(llvm::make_unique<LLVMLTODiagnosticHandler>(), in main() 862 CodeGen.setDiagnosticHandler(handleDiagnostics, nullptr); in main()
|
/external/llvm/tools/llvm-dis/ |
D | llvm-dis.cpp | 180 Context.setDiagnosticHandler(diagnosticHandler, argv[0]); in main()
|
/external/llvm/lib/IR/ |
D | LLVMContext.cpp | 191 void LLVMContext::setDiagnosticHandler(DiagnosticHandlerTy DiagnosticHandler, in setDiagnosticHandler() function in LLVMContext
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | LLVMContext.cpp | 142 void LLVMContext::setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH, in setDiagnosticHandler() function in LLVMContext
|
/external/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 345 Context.setDiagnosticHandler(diagnosticHandlerWithContext, nullptr, true); in main()
|
/external/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 166 Ctx.setDiagnosticHandler(DiagnosticHandler, this); in HandleTranslationUnit() 184 Ctx.setDiagnosticHandler(OldDiagnosticHandler, OldDiagnosticContext); in HandleTranslationUnit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 354 Context.setDiagnosticHandler( in main()
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 488 Context.setDiagnosticHandler(diagnosticHandlerForContext); in claim_file_hook() 1192 Context.setDiagnosticHandler(diagnosticHandlerForContext, nullptr, true); in thinLTOBackendTask() 1478 Context.setDiagnosticHandler(diagnosticHandlerForContext, nullptr, true); in allSymbolsReadHook()
|
/external/llvm/tools/llc/ |
D | llc.cpp | 260 Context.setDiagnosticHandler(DiagnosticHandler, &HasError); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llc/ |
D | llc.cpp | 318 Context.setDiagnosticHandler( in main()
|