Home
last modified time | relevance | path

Searched refs:setDiagnosticHandler (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm/lib/Bitcode/Reader/
DBitReader.cpp55 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/
DLinkModulesTest.cpp101 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/
Dlto.cpp107 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/
Dlto.cpp114 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/
DLTOCodeGenerator.cpp646 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/
DLTOCodeGenerator.cpp654 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/
DConfig.h204 setDiagnosticHandler( in LTOLLVMContext()
/external/llvm/include/llvm/IR/
DLLVMContext.h165 void setDiagnosticHandler(DiagnosticHandlerTy DiagHandler,
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h174 void setDiagnosticHandler(DiagnosticHandlerTy DiagHandler,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h182 void setDiagnosticHandler(lto_diagnostic_handler_t, void *);
/external/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h175 void setDiagnosticHandler(lto_diagnostic_handler_t, void *);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DLLVMContext.h213 void setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH,
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
Dcompat.hpp217 ctx.setDiagnosticHandler(diagnostic_handler, data); in set_diagnostic_handler()
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp253 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/
Dllvm-dis.cpp156 Context.setDiagnosticHandler( in main()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto/
Dllvm-lto.cpp312 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/
Dllvm-dis.cpp180 Context.setDiagnosticHandler(diagnosticHandler, argv[0]); in main()
/external/llvm/lib/IR/
DLLVMContext.cpp191 void LLVMContext::setDiagnosticHandler(DiagnosticHandlerTy DiagnosticHandler, in setDiagnosticHandler() function in LLVMContext
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DLLVMContext.cpp142 void LLVMContext::setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH, in setDiagnosticHandler() function in LLVMContext
/external/llvm/tools/llvm-link/
Dllvm-link.cpp345 Context.setDiagnosticHandler(diagnosticHandlerWithContext, nullptr, true); in main()
/external/clang/lib/CodeGen/
DCodeGenAction.cpp166 Ctx.setDiagnosticHandler(DiagnosticHandler, this); in HandleTranslationUnit()
184 Ctx.setDiagnosticHandler(OldDiagnosticHandler, OldDiagnosticContext); in HandleTranslationUnit()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-link/
Dllvm-link.cpp354 Context.setDiagnosticHandler( in main()
/external/llvm/tools/gold/
Dgold-plugin.cpp488 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/
Dllc.cpp260 Context.setDiagnosticHandler(DiagnosticHandler, &HasError); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llc/
Dllc.cpp318 Context.setDiagnosticHandler( in main()

12