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

References

lib/ExecutionEngine/JITLink/JITLinkGeneric.cpp
  103   if (auto Err = copyAndFixUpBlocks(Layout, *Alloc))
  121   Alloc->finalizeAsync(std::move(Phase3Continuation));
  127   Ctx->notifyFinalized(std::move(Alloc));
  225     Alloc = std::move(*AllocOrErr);
  234              << (const void *)Alloc->getWorkingMemory(Prot).data() << "\n";
  244         Alloc->getTargetMemory(static_cast<sys::Memory::ProtectionFlags>(Prot));
  291   assert(Alloc && "can not call deallocateAndBailOut before allocation");
  292   Ctx->notifyFailed(joinErrors(std::move(Err), Alloc->deallocate()));