Searched refs:AddrToMD5Map (Results 1 – 2 of 2) sorted by relevance
422 AddrHashMap AddrToMD5Map; variable482 AddrToMD5Map.push_back(std::make_pair(Addr, MD5Val)); in mapAddress()544 llvm::sort(AddrToMD5Map, less_first()); in finalizeSymtab()545 AddrToMD5Map.erase(std::unique(AddrToMD5Map.begin(), AddrToMD5Map.end()), in finalizeSymtab()546 AddrToMD5Map.end()); in finalizeSymtab()
366 auto It = partition_point(AddrToMD5Map, [=](std::pair<uint64_t, uint64_t> A) { in getFunctionHashFromAddress()373 if (It != AddrToMD5Map.end() && It->first == Address) in getFunctionHashFromAddress()