Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfiledBinary.h542 void getInlineContextForProbe(const MCDecodedPseudoProbe *Probe,
546 ProbeDecoder.getInlineContextForProbe(Probe, ProbeInlineContext,
H A DProfileGenerator.cpp562 Binary->getInlineContextForProbe(Probe, FrameVec, true); in populateBodySamplesWithProbesForAllFunctions()
590 Binary->getInlineContextForProbe(CallProbe, FrameVec, true); in populateBoundarySamplesWithProbesForAllFunctions()
1122 Binary->getInlineContextForProbe(P, ContextStack, true); in extractPrefixContextStack()
1244 Binary->getInlineContextForProbe(LeafProbe, NewContextStack, true); in getContextNodeForLeafProbe()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCPseudoProbe.h395 void getInlineContextForProbe(
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCPseudoProbe.cpp585 void MCPseudoProbeDecoder::getInlineContextForProbe( in getInlineContextForProbe() function in MCPseudoProbeDecoder