Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DIdenticalCodeFolding.cpp181 typedef std::multimap<uint32_t, size_t> ChecksumMap; in matchCandidates() typedef
182 ChecksumMap checksum_map; in matchCandidates()
197 std::pair<ChecksumMap::iterator, ChecksumMap::iterator> ret = in matchCandidates()
199 for (ChecksumMap::iterator it = ret.first; it != ret.second; ++it) { in matchCandidates()