Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfiledBinary.h538 const MCDecodedPseudoProbe *getCallProbeForAddr(uint64_t Address) const { in getCallProbeForAddr() function
539 return ProbeDecoder.getCallProbeForAddr(Address); in getCallProbeForAddr()
H A DProfileGenerator.cpp584 Binary->getCallProbeForAddr(SourceAddress); in populateBoundarySamplesWithProbesForAllFunctions()
1103 Binary->getCallProbeForAddr(Address); in extractPrefixContextStack()
1207 Binary->getCallProbeForAddr(SourceAddress); in populateBoundarySamplesWithProbes()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCPseudoProbe.h384 const MCDecodedPseudoProbe *getCallProbeForAddr(uint64_t Address) const;
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCPseudoProbe.cpp560 MCPseudoProbeDecoder::getCallProbeForAddr(uint64_t Address) const { in getCallProbeForAddr() function in MCPseudoProbeDecoder