Home
last modified time | relevance | path

Searched refs:InlinedContext (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp299 DIInliningInfo InlinedContext = DebugInfoContext->getInliningInfoForAddress( in symbolizeInlinedCode() local
303 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()
H A DSymbolize.cpp118 DIInliningInfo InlinedContext = Info->symbolizeInlinedCode( in symbolizeInlinedCodeCommon() local
122 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()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp289 Samples->getContext().setState(InlinedContext); in getContextSamplesFor()
343 if (Context.hasState(InlinedContext) || Context.hasState(MergedContext)) in getBaseSamplesFor()
368 InlinedSamples->getContext().setState(InlinedContext); in markContextSamplesInlined()
394 if (FromSamples && FromSamples->getContext().hasState(InlinedContext)) in promoteMergeContextSamplesTree()
423 assert(!FromSamples->getContext().hasState(InlinedContext) && in promoteMergeContextSamplesTree()
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp296 !FProfile->getContext().hasState(InlinedContext))) { in run()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProf.h434 InlinedContext = 0x4, // Profile for context that is inlined into caller