Searched refs:Segs (Results 1 – 3 of 3) sorted by relevance
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()97 SegInfoMap Segs; member in llvm::orc::EPCGenericJITLinkMemoryManager::InFlightAlloc
25 std::vector<MemoryMapper::AllocInfo::SegInfo> Segs) in InFlightAlloc() argument26 : Parent(Parent), G(G), AllocAddr(AllocAddr), Segs(std::move(Segs)) {} in InFlightAlloc()32 std::swap(AI.Segments, Segs); in finalize()54 std::vector<MemoryMapper::AllocInfo::SegInfo> Segs; member in llvm::orc::MapperJITLinkMemoryManager::InFlightAlloc
1063 BitVector Segs(alignTo(SM.MaxSrc + 1, SegLen) >> Shift); in getInputSegmentList() local 1067 Segs.set(M >> Shift); in getInputSegmentList() 1070 for (unsigned B : Segs.set_bits()) in getInputSegmentList()