Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp313 std::vector<IndexAddressPair> SortedMap(indexToAddressBegin(), in dump() local
316 llvm::sort(SortedMap, llvm::less_first()); in dump()
317 for (auto &Pair : SortedMap) in dump()
372 std::vector<IndexAddressPair> SortedMap(AM->second.indexToAddressBegin(), in finalize() local
375 llvm::sort(SortedMap, llvm::less_first()); in finalize()
395 for (const IndexAddressPair &Val : SortedMap) { in finalize()
442 std::vector<IndexAddressPair> SortedMap( in finalize() local
446 llvm::sort(SortedMap, llvm::less_first()); in finalize()
448 const uint32_t Length = SortedMap.size() * AddrSize + 4; in finalize()
472 for (const IndexAddressPair &Val : SortedMap) { in finalize()