Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp209 return GetInlinedParent(); in GetContainingInlinedBlock()
212 Block *Block::GetInlinedParent() { in GetInlinedParent() function in Block
218 return parent_block->GetInlinedParent(); in GetInlinedParent()
233 inlined_block = inlined_block->GetInlinedParent(); in GetContainingInlinedBlockWithCallSite()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DBlock.h164 Block *GetInlinedParent();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp412 inlined_parent = inlined_parent->GetInlinedParent()) { in SetNextBranchBreakpoint()
H A DStopInfo.cpp1215 for (Block *container_ptr = block_ptr->GetInlinedParent(); in GetSuggestedStackFrameIndex()
1217 container_ptr = container_ptr->GetInlinedParent()) { in GetSuggestedStackFrameIndex()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp704 inlined_block = inlined_block->GetInlinedParent(); in GetSuggestedStackFrameIndex()