Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DVTableBuilder.cpp1901 std::multimap<uint64_t, BaseSubobject> AddressPointsByIndex; in dumpLayout() local
1906 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()