Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp565 std::map<uint64_t, uint64_t> AlreadyAllocated; in remapSectionsAndSymbols() local
575 AlreadyAllocated[AI->second] = Tmp->second; in remapSectionsAndSymbols()
598 for (const auto &Alloc : AlreadyAllocated) in remapSectionsAndSymbols()
604 AlreadyAllocated[NextSectionAddr] = CurEntry.second; in remapSectionsAndSymbols()
/external/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp654 std::map<uint64_t, uint64_t> AlreadyAllocated; in remapSectionsAndSymbols() local
672 AlreadyAllocated[LoadAddr] = (*Tmp)->MB.allocatedSize(); in remapSectionsAndSymbols()
695 for (const auto &Alloc : AlreadyAllocated) in remapSectionsAndSymbols()
703 AlreadyAllocated[NextSectionAddr] = CurEntry->MB.allocatedSize(); in remapSectionsAndSymbols()