reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/ExecutionEngine/JITLink/JITLinkGeneric.cpp
   28   if (auto GraphOrErr = buildGraph(Ctx->getObjectBuffer()))
   31     return Ctx->notifyFailed(GraphOrErr.takeError());
   36     return Ctx->notifyFailed(std::move(Err));
   52     return Ctx->notifyFailed(std::move(Err));
   59     return Ctx->notifyFailed(std::move(Err));
   62   Ctx->notifyResolved(*G);
   76   auto *TmpCtx = Ctx.get();
  127   Ctx->notifyFinalized(std::move(Alloc));
  224   if (auto AllocOrErr = Ctx->getMemoryManager().allocate(Segments))
  292   Ctx->notifyFailed(joinErrors(std::move(Err), Alloc->deallocate()));
lib/ExecutionEngine/JITLink/JITLinkGeneric.h
   37     assert(this->Ctx && "Ctx can not be null");