Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp113 Address pc_as_address; in ResetCurrentInlinedDepth() local
115 pc_as_address.SetLoadAddress(curr_pc, &(m_thread.GetProcess()->GetTarget())); in ResetCurrentInlinedDepth()
117 if (!block_ptr->GetRangeContainingAddress(pc_as_address, containing_range) || in ResetCurrentInlinedDepth()
118 pc_as_address != containing_range.GetBaseAddress()) in ResetCurrentInlinedDepth()
184 if (!container_ptr->GetRangeContainingAddress(pc_as_address, in ResetCurrentInlinedDepth()
187 if (pc_as_address != containing_range.GetBaseAddress()) in ResetCurrentInlinedDepth()