Searched refs:InlinedContext (Results 1 – 4 of 4) sorted by relevance
304 DIInliningInfo InlinedContext = DebugInfoContext->getInliningInfoForAddress( in symbolizeInlinedCode() local308 if (InlinedContext.getNumberOfFrames() == 0) in symbolizeInlinedCode()309 InlinedContext.addFrame(DILineInfo()); in symbolizeInlinedCode()317 DILineInfo *LI = InlinedContext.getMutableFrame( in symbolizeInlinedCode()318 InlinedContext.getNumberOfFrames() - 1); in symbolizeInlinedCode()326 return InlinedContext; in symbolizeInlinedCode()
118 DIInliningInfo InlinedContext = Info->symbolizeInlinedCode( in symbolizeInlinedCodeCommon() local122 for (int i = 0, n = InlinedContext.getNumberOfFrames(); i < n; i++) { in symbolizeInlinedCodeCommon()123 auto *Frame = InlinedContext.getMutableFrame(i); in symbolizeInlinedCodeCommon()127 return InlinedContext; in symbolizeInlinedCodeCommon()
288 Samples->getContext().setState(InlinedContext); in getContextSamplesFor()338 if (Context.hasState(InlinedContext) || Context.hasState(MergedContext)) in getBaseSamplesFor()363 InlinedSamples->getContext().setState(InlinedContext); in markContextSamplesInlined()389 if (FromSamples && FromSamples->getContext().hasState(InlinedContext)) in promoteMergeContextSamplesTree()418 assert(!FromSamples->getContext().hasState(InlinedContext) && in promoteMergeContextSamplesTree()
451 InlinedContext = 0x4, // Profile for context that is inlined into caller