Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp1976 std::multimap<uint64_t, BaseSubobject> AddressPointsByIndex; in dumpLayout() local
1982 AddressPointsByIndex.insert(std::make_pair(Index, Base)); in dumpLayout()
2116 if (AddressPointsByIndex.count(NextIndex)) { in dumpLayout()
2117 if (AddressPointsByIndex.count(NextIndex) == 1) { in dumpLayout()
2119 AddressPointsByIndex.find(NextIndex)->second; in dumpLayout()
2127 AddressPointsByIndex.lower_bound(NextIndex)->second.getBaseOffset(); in dumpLayout()
2132 llvm::make_range(AddressPointsByIndex.equal_range(NextIndex))) { in dumpLayout()