Searched refs:AddressPointsByIndex (Results 1 – 2 of 2) sorted by relevance
1906 std::multimap<uint64_t, BaseSubobject> AddressPointsByIndex; in dumpLayout() local1912 AddressPointsByIndex.insert(std::make_pair(Index, Base)); in dumpLayout()2045 if (AddressPointsByIndex.count(NextIndex)) { in dumpLayout()2046 if (AddressPointsByIndex.count(NextIndex) == 1) { in dumpLayout()2048 AddressPointsByIndex.find(NextIndex)->second; in dumpLayout()2056 AddressPointsByIndex.lower_bound(NextIndex)->second.getBaseOffset(); in dumpLayout()2061 llvm::make_range(AddressPointsByIndex.equal_range(NextIndex))) { in dumpLayout()
1901 std::multimap<uint64_t, BaseSubobject> AddressPointsByIndex; in dumpLayout() local1906 AddressPointsByIndex.insert(std::make_pair(Index, Base)); in dumpLayout()2039 if (AddressPointsByIndex.count(NextIndex)) { in dumpLayout()2040 if (AddressPointsByIndex.count(NextIndex) == 1) { in dumpLayout()2042 AddressPointsByIndex.find(NextIndex)->second; in dumpLayout()2050 AddressPointsByIndex.lower_bound(NextIndex)->second.getBaseOffset(); in dumpLayout()2055 llvm::make_range(AddressPointsByIndex.equal_range(NextIndex))) { in dumpLayout()