Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDVTableBuilder.cpp1926 std::multimap<uint64_t, BaseSubobject> AddressPointsByIndex; in dumpLayout() local
1932 AddressPointsByIndex.insert(std::make_pair(Index, Base)); in dumpLayout()
2065 if (AddressPointsByIndex.count(NextIndex)) { in dumpLayout()
2066 if (AddressPointsByIndex.count(NextIndex) == 1) { in dumpLayout()
2068 AddressPointsByIndex.find(NextIndex)->second; in dumpLayout()
2076 AddressPointsByIndex.lower_bound(NextIndex)->second.getBaseOffset(); in dumpLayout()
2081 AddressPointsByIndex.lower_bound(NextIndex), E = in dumpLayout()
2082 AddressPointsByIndex.upper_bound(NextIndex); I != E; ++I) { in dumpLayout()