HomeSort by: relevance | last modified time | path
    Searched refs:setDiagnosticHandler (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
Config.h 286 setDiagnosticHandler(
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
LLVMContext.h 172 /// setDiagnosticHandler - This method sets unique_ptr to object of
179 void setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH,
191 /// setDiagnosticHandler.
  /src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 189 void setDiagnosticHandler(lto_diagnostic_handler_t, void *);
  /src/external/apache2/llvm/dist/llvm/tools/lto/
lto.cpp 111 LTOContext->setDiagnosticHandler(
138 void init() { setDiagnosticHandler(handleLibLTODiagnostic, nullptr); }
276 Context->setDiagnosticHandler(std::make_unique<LTOToolDiagnosticHandler>(),
349 unwrap(cg)->setDiagnosticHandler(diag_handler, ctxt);
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOCodeGenerator.cpp 658 LTOCodeGenerator::setDiagnosticHandler(lto_diagnostic_handler_t DiagHandler,
663 return Context.setDiagnosticHandler(nullptr);
666 Context.setDiagnosticHandler(std::make_unique<LTODiagnosticHandler>(this),
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenAction.cpp 307 Ctx.setDiagnosticHandler(std::make_unique<ClangDiagnosticHandler>(
338 Ctx.setDiagnosticHandler(std::move(OldDiagnosticHandler));
1082 ~RAII() { Ctx.setDiagnosticHandler(std::move(PrevHandler)); }
1094 Ctx.setDiagnosticHandler(
  /src/external/apache2/llvm/dist/llvm/tools/llvm-dis/
llvm-dis.cpp 155 Context.setDiagnosticHandler(
  /src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
llvm-lto.cpp 323 Context->setDiagnosticHandler(std::make_unique<LLVMLTODiagnosticHandler>(),
413 Context.setDiagnosticHandler(std::make_unique<LLVMLTODiagnosticHandler>(),
957 Context.setDiagnosticHandler(std::make_unique<LLVMLTODiagnosticHandler>(),
964 CodeGen.setDiagnosticHandler(handleDiagnostics, nullptr);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContext.cpp 122 void LLVMContext::setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineModuleInfo.cpp 402 MMI.getContext().setDiagnosticHandler(
  /src/external/apache2/llvm/dist/llvm/tools/llvm-link/
llvm-link.cpp 435 Context.setDiagnosticHandler(std::make_unique<LLVMLinkDiagnosticHandler>(),
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCContext.h 414 void setDiagnosticHandler(DiagHandlerTy DiagHandler) {
  /src/external/apache2/llvm/dist/llvm/tools/llc/
llc.cpp 372 Context.setDiagnosticHandler(
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli 443 See the method [llvm::LLVMContext::setDiagnosticHandler]. *)

Completed in 37 milliseconds