Searched refs:AddressPointsByIndex (Results 1 – 1 of 1) sorted by relevance
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()