reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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) {