Home
last modified time | relevance | path

Searched refs:SegInfos (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.cpp146 InFlightAlloc::SegInfoMap SegInfos; in completeAllocation() local
158 auto &SegInfo = SegInfos[AG]; in completeAllocation()
169 std::move(SegInfos))); in completeAllocation()
H A DMapperJITLinkMemoryManager.cpp85 std::vector<MemoryMapper::AllocInfo::SegInfo> SegInfos; in allocate() local
105 SegInfos.push_back(SI); in allocate()
122 std::move(SegInfos))); in allocate()