Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.h530 const MCDecodedPseudoProbe *getCallProbeForAddr(uint64_t Address) const { in getCallProbeForAddr() function
531 return ProbeDecoder.getCallProbeForAddr(Address); in getCallProbeForAddr()
H A DProfileGenerator.cpp579 Binary->getCallProbeForAddr(SourceAddress); in populateBoundarySamplesWithProbesForAllFunctions()
1087 const MCDecodedPseudoProbe *CallProbe = Binary->getCallProbeForAddr(Addr); in extractPrefixContextStack()
1195 Binary->getCallProbeForAddr(SourceAddress); in populateBoundarySamplesWithProbes()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCPseudoProbe.h376 const MCDecodedPseudoProbe *getCallProbeForAddr(uint64_t Address) const;
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCPseudoProbe.cpp533 MCPseudoProbeDecoder::getCallProbeForAddr(uint64_t Address) const { in getCallProbeForAddr() function in MCPseudoProbeDecoder