Searched refs:InlinedContext (Results 1 – 4 of 4) sorted by relevance
308 DIInliningInfo InlinedContext = DebugInfoContext->getInliningInfoForAddress( in symbolizeInlinedCode() local313 if (InlinedContext.getNumberOfFrames() == 0) { in symbolizeInlinedCode()315 InlinedContext.addFrame(DILineInfo()); in symbolizeInlinedCode()324 DILineInfo *LI = InlinedContext.getMutableFrame( in symbolizeInlinedCode()325 InlinedContext.getNumberOfFrames() - 1); in symbolizeInlinedCode()335 return InlinedContext; in symbolizeInlinedCode()
121 DIInliningInfo InlinedContext = Info->symbolizeInlinedCode( in symbolizeInlinedCodeCommon() local127 for (int i = 0, n = InlinedContext.getNumberOfFrames(); i < n; i++) { in symbolizeInlinedCodeCommon()128 auto *Frame = InlinedContext.getMutableFrame(i); in symbolizeInlinedCodeCommon()132 return InlinedContext; in symbolizeInlinedCodeCommon()
289 Samples->getContext().setState(InlinedContext); in getContextSamplesFor()339 if (Context.hasState(InlinedContext) || Context.hasState(MergedContext)) in getBaseSamplesFor()364 InlinedSamples->getContext().setState(InlinedContext); in markContextSamplesInlined()390 if (FromSamples && FromSamples->getContext().hasState(InlinedContext)) in promoteMergeContextSamplesTree()419 assert(!FromSamples->getContext().hasState(InlinedContext) && in promoteMergeContextSamplesTree()
463 InlinedContext = 0x4, // Profile for context that is inlined into caller