Lines Matching full:segments
32 auto &Seg = Segments[{Sec.getMemProt(), Sec.getMemLifetime()}];
40 // Build Segments map.
51 for (auto &KV : Segments) {
84 for (auto &KV : segments()) {
103 for (auto &KV : Segments) {
149 SegmentMap Segments,
166 for (auto &KV : Segments) {
171 "NoAlloc segments are not supported by SimpleSegmentAlloc");
208 Triple TT, const JITLinkDylib *JD, SegmentMap Segments) {
211 Create(MemMgr, std::move(SSP), std::move(TT), JD, std::move(Segments),
256 // Apply memory protections to all segments.
269 // Release the finalize segments slab.
306 for (auto &KV : BL.segments()) {
370 // fragmentation: finalization segments will usually be a single page, and
371 // standard segments are likely to be more than one page. Where multiple
420 for (auto &KV : BL.segments()) {
473 /// Release the standard segments slab.