Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp536 std::map<uint64_t, uint64_t> AlreadyAllocated; in remapSectionsAndSymbols() local
546 AlreadyAllocated[AI->second] = Tmp->second; in remapSectionsAndSymbols()
569 for (const auto &Alloc : AlreadyAllocated) in remapSectionsAndSymbols()
575 AlreadyAllocated[NextSectionAddr] = CurEntry.second; in remapSectionsAndSymbols()