Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DVTableBuilder.cpp1924 std::multimap<uint64_t, BaseSubobject> AddressPointsByIndex; in dumpLayout() local
1930 AddressPointsByIndex.insert(std::make_pair(Index, Base)); in dumpLayout()
2063 if (AddressPointsByIndex.count(NextIndex)) { in dumpLayout()
2064 if (AddressPointsByIndex.count(NextIndex) == 1) { in dumpLayout()
2066 AddressPointsByIndex.find(NextIndex)->second; in dumpLayout()
2074 AddressPointsByIndex.lower_bound(NextIndex)->second.getBaseOffset(); in dumpLayout()
2079 AddressPointsByIndex.lower_bound(NextIndex), E = in dumpLayout()
2080 AddressPointsByIndex.upper_bound(NextIndex); I != E; ++I) { in dumpLayout()