Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp566 std::map<uint64_t, uint64_t> AlreadyAllocated; in remapSectionsAndSymbols() local
580 AlreadyAllocated[*LoadAddr] = Tmp->second; in remapSectionsAndSymbols()
603 for (const auto &Alloc : AlreadyAllocated) in remapSectionsAndSymbols()
609 AlreadyAllocated[NextSectionAddr] = CurEntry.second; in remapSectionsAndSymbols()
/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()