Home
last modified time | relevance | path

Searched refs:getCallProbeForAddr (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfiledBinary.h245 const PseudoProbe *getCallProbeForAddr(uint64_t Address) const { in getCallProbeForAddr() function
246 return ProbeDecoder.getCallProbeForAddr(Address); in getCallProbeForAddr()
H A DPseudoProbe.h209 const PseudoProbe *getCallProbeForAddr(uint64_t Address) const;
H A DPseudoProbe.cpp299 PseudoProbeDecoder::getCallProbeForAddr(uint64_t Address) const { in getCallProbeForAddr() function in llvm::sampleprof::PseudoProbeDecoder
H A DPerfReader.h404 const PseudoProbe *CallProbe = Binary->getCallProbeForAddr(Cur->Address); in pushFrame()
H A DProfileGenerator.cpp582 const PseudoProbe *CallProbe = Binary->getCallProbeForAddr(SourceAddress); in populateBoundarySamplesWithProbes()