Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h480 AddrHashMap AddrToMD5Map; variable
607 AddrToMD5Map.push_back(std::make_pair(Addr, MD5Val)); in mapAddress()
695 llvm::sort(AddrToMD5Map, less_first()); in finalizeSymtab()
696 AddrToMD5Map.erase(llvm::unique(AddrToMD5Map), AddrToMD5Map.end()); in finalizeSymtab()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp643 auto It = partition_point(AddrToMD5Map, [=](std::pair<uint64_t, uint64_t> A) { in getFunctionHashFromAddress()
650 if (It != AddrToMD5Map.end() && It->first == Address) in getFunctionHashFromAddress()