Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp705 std::map<uint64_t, uint64_t> AlreadyAllocated; in remapSectionsAndSymbols() local
723 AlreadyAllocated[LoadAddr] = (*Tmp)->MB.allocatedSize(); in remapSectionsAndSymbols()
746 for (const auto &Alloc : AlreadyAllocated) in remapSectionsAndSymbols()
754 AlreadyAllocated[NextSectionAddr] = CurEntry->MB.allocatedSize(); in remapSectionsAndSymbols()