Searched refs:getCallProbeForAddr (Results 1 – 4 of 4) sorted by relevance
530 const MCDecodedPseudoProbe *getCallProbeForAddr(uint64_t Address) const { in getCallProbeForAddr() function531 return ProbeDecoder.getCallProbeForAddr(Address); in getCallProbeForAddr()
579 Binary->getCallProbeForAddr(SourceAddress); in populateBoundarySamplesWithProbesForAllFunctions()1087 const MCDecodedPseudoProbe *CallProbe = Binary->getCallProbeForAddr(Addr); in extractPrefixContextStack()1195 Binary->getCallProbeForAddr(SourceAddress); in populateBoundarySamplesWithProbes()
376 const MCDecodedPseudoProbe *getCallProbeForAddr(uint64_t Address) const;
533 MCPseudoProbeDecoder::getCallProbeForAddr(uint64_t Address) const { in getCallProbeForAddr() function in MCPseudoProbeDecoder