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

References

tools/llvm-jitlink/llvm-jitlink.cpp
  251         assert(SegBlocks.count(Seg) && "No allocation for segment");
  252         return {static_cast<char *>(SegBlocks[Seg].base()),
  253                 SegBlocks[Seg].allocatedSize()};
  256         assert(SegBlocks.count(Seg) && "No allocation for segment");
  257         return reinterpret_cast<JITTargetAddress>(SegBlocks[Seg].base());
  263         for (auto &KV : SegBlocks)
  271         for (auto &KV : SegBlocks) {