Searched refs:InlinedContext (Results 1 – 4 of 4) sorted by relevance
299 DIInliningInfo InlinedContext = DebugInfoContext->getInliningInfoForAddress( in symbolizeInlinedCode() local303 if (InlinedContext.getNumberOfFrames() == 0) in symbolizeInlinedCode()304 InlinedContext.addFrame(DILineInfo()); in symbolizeInlinedCode()312 DILineInfo *LI = InlinedContext.getMutableFrame( in symbolizeInlinedCode()313 InlinedContext.getNumberOfFrames() - 1); in symbolizeInlinedCode()321 return InlinedContext; in symbolizeInlinedCode()
102 DIInliningInfo InlinedContext = Info->symbolizeInlinedCode( in symbolizeInlinedCodeCommon() local106 for (int i = 0, n = InlinedContext.getNumberOfFrames(); i < n; i++) { in symbolizeInlinedCodeCommon()107 auto *Frame = InlinedContext.getMutableFrame(i); in symbolizeInlinedCodeCommon()111 return InlinedContext; in symbolizeInlinedCodeCommon()
254 Samples->getContext().setState(InlinedContext); in getContextSamplesFor()307 if (Context.hasState(InlinedContext) || Context.hasState(MergedContext)) in getBaseSamplesFor()328 InlinedSamples->getContext().setState(InlinedContext); in markContextSamplesInlined()354 if (FromSamples && FromSamples->getContext().hasState(InlinedContext)) in promoteMergeContextSamplesTree()381 assert(!FromSamples->getContext().hasState(InlinedContext) && in promoteMergeContextSamplesTree()
388 InlinedContext = 0x4, // Profile for context that is inlined into caller