Searched refs:Segs (Results 1 – 3 of 3) sorted by relevance
26 std::vector<MemoryMapper::AllocInfo::SegInfo> Segs) in InFlightAlloc() argument27 : Parent(Parent), G(G), AllocAddr(AllocAddr), Segs(std::move(Segs)) {} in InFlightAlloc()33 std::swap(AI.Segments, Segs); in finalize()54 std::vector<MemoryMapper::AllocInfo::SegInfo> Segs; member in llvm::orc::MapperJITLinkMemoryManager::InFlightAlloc
42 ExecutorAddr AllocAddr, SegInfoMap Segs) in InFlightAlloc() argument43 : Parent(Parent), G(G), AllocAddr(AllocAddr), Segs(std::move(Segs)) {} in InFlightAlloc()47 for (auto &KV : Segs) { in finalize()98 SegInfoMap Segs; member in llvm::orc::EPCGenericJITLinkMemoryManager::InFlightAlloc
933 BitVector Segs(alignTo(SM.MaxSrc + 1, SegLen) >> Shift); in getInputSegmentList() local937 Segs.set(M >> Shift); in getInputSegmentList()940 for (unsigned B : Segs.set_bits()) in getInputSegmentList()