Searched refs:AddressPointsByIndex (Results 1 – 1 of 1) sorted by relevance
1978 std::multimap<uint64_t, BaseSubobject> AddressPointsByIndex; in dumpLayout() local1984 AddressPointsByIndex.insert(std::make_pair(Index, Base)); in dumpLayout()2118 if (unsigned Count = AddressPointsByIndex.count(NextIndex)) { in dumpLayout()2121 AddressPointsByIndex.find(NextIndex)->second; in dumpLayout()2129 AddressPointsByIndex.lower_bound(NextIndex)->second.getBaseOffset(); in dumpLayout()2134 llvm::make_range(AddressPointsByIndex.equal_range(NextIndex))) { in dumpLayout()