Searched refs:getCallProbeForAddr (Results 1 – 4 of 4) sorted by relevance
538 const MCDecodedPseudoProbe *getCallProbeForAddr(uint64_t Address) const { in getCallProbeForAddr() function539 return ProbeDecoder.getCallProbeForAddr(Address); in getCallProbeForAddr()
584 Binary->getCallProbeForAddr(SourceAddress); in populateBoundarySamplesWithProbesForAllFunctions()1103 Binary->getCallProbeForAddr(Address); in extractPrefixContextStack()1207 Binary->getCallProbeForAddr(SourceAddress); in populateBoundarySamplesWithProbes()
384 const MCDecodedPseudoProbe *getCallProbeForAddr(uint64_t Address) const;
560 MCPseudoProbeDecoder::getCallProbeForAddr(uint64_t Address) const { in getCallProbeForAddr() function in MCPseudoProbeDecoder