Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DPseudoProbe.h97 using AddressProbesMap = std::unordered_map<uint64_t, std::list<PseudoProbe>>; variable
172 AddressProbesMap Address2ProbesMap;
225 const AddressProbesMap &getAddress2ProbesMap() const { in getAddress2ProbesMap()
H A DProfiledBinary.h255 const AddressProbesMap &getAddress2ProbesMap() const { in getAddress2ProbesMap()
H A DProfileGenerator.cpp491 const AddressProbesMap &Address2ProbesMap = in extractProbesFromRange()