Searched refs:getCallProbeForAddr (Results 1 – 5 of 5) sorted by relevance
245 const PseudoProbe *getCallProbeForAddr(uint64_t Address) const { in getCallProbeForAddr() function246 return ProbeDecoder.getCallProbeForAddr(Address); in getCallProbeForAddr()
209 const PseudoProbe *getCallProbeForAddr(uint64_t Address) const;
299 PseudoProbeDecoder::getCallProbeForAddr(uint64_t Address) const { in getCallProbeForAddr() function in llvm::sampleprof::PseudoProbeDecoder
404 const PseudoProbe *CallProbe = Binary->getCallProbeForAddr(Cur->Address); in pushFrame()
582 const PseudoProbe *CallProbe = Binary->getCallProbeForAddr(SourceAddress); in populateBoundarySamplesWithProbes()