Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DVTableBuilder.cpp1906 std::multimap<uint64_t, BaseSubobject> AddressPointsByIndex; in dumpLayout() local
1912 AddressPointsByIndex.insert(std::make_pair(Index, Base)); in dumpLayout()
2045 if (AddressPointsByIndex.count(NextIndex)) { in dumpLayout()
2046 if (AddressPointsByIndex.count(NextIndex) == 1) { in dumpLayout()
2048 AddressPointsByIndex.find(NextIndex)->second; in dumpLayout()
2056 AddressPointsByIndex.lower_bound(NextIndex)->second.getBaseOffset(); in dumpLayout()
2061 llvm::make_range(AddressPointsByIndex.equal_range(NextIndex))) { in dumpLayout()