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

References

lib/ExecutionEngine/JITLink/JITLinkMemoryManager.cpp
   29       assert(SegBlocks.count(Seg) && "No allocation for segment");
   30       return {static_cast<char *>(SegBlocks[Seg].base()),
   31               SegBlocks[Seg].allocatedSize()};
   34       assert(SegBlocks.count(Seg) && "No allocation for segment");
   35       return reinterpret_cast<JITTargetAddress>(SegBlocks[Seg].base());
   41       if (SegBlocks.empty())
   43       void *SlabStart = SegBlocks.begin()->second.base();
   45       for (auto &KV : SegBlocks) {
   61       for (auto &KV : SegBlocks) {