Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.h534 void getInlineContextForProbe(const MCDecodedPseudoProbe *Probe,
538 ProbeDecoder.getInlineContextForProbe(Probe, ProbeInlineContext,
H A DProfileGenerator.cpp556 Binary->getInlineContextForProbe(Probe, FrameVec, true); in populateBodySamplesWithProbesForAllFunctions()
585 Binary->getInlineContextForProbe(CallProbe, FrameVec, true); in populateBoundarySamplesWithProbesForAllFunctions()
1106 Binary->getInlineContextForProbe(P, ContextStack, true); in extractPrefixContextStack()
1216 Binary->getInlineContextForProbe(LeafProbe, NewContextStack, true); in getContextNodeForLeafProbe()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCPseudoProbe.h387 void getInlineContextForProbe(
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCPseudoProbe.cpp558 void MCPseudoProbeDecoder::getInlineContextForProbe( in getInlineContextForProbe() function in MCPseudoProbeDecoder