Home
last modified time | relevance | path

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

/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/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/llvm/include/llvm/IR/
DLLVMContext.h165 void setDiagnosticHandler(DiagnosticHandlerTy DiagHandler,
/external/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h175 void setDiagnosticHandler(lto_diagnostic_handler_t, void *);
/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/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
DCore.cpp88 unwrap(C)->setDiagnosticHandler( in LLVMContextSetDiagnosticHandler()
/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/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/llvm/bindings/ocaml/llvm/
Dllvm.mli424 See the method [llvm::LLVMContext::setDiagnosticHandler]. *)