Lines Matching defs:KV
46 for (auto &KV : Segs) {
47 assert(KV.second.ContentSize <= std::numeric_limits<size_t>::max());
49 KV.first,
50 KV.second.Addr,
51 alignTo(KV.second.ContentSize + KV.second.ZeroFillSize,
53 {KV.second.WorkingMem, static_cast<size_t>(KV.second.ContentSize)}});
148 for (auto &KV : BL.segments()) {
149 const auto &AG = KV.first;
150 auto &Seg = KV.second;
153 KV.second.WorkingMem = BL.getGraph().allocateBuffer(Seg.ContentSize).data();