Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DStackFrameList.cpp197 for (Block *container_ptr = block_ptr->GetInlinedParent(); in ResetCurrentInlinedDepth() local
198 container_ptr != NULL; in ResetCurrentInlinedDepth()
199 container_ptr = container_ptr->GetInlinedParent()) in ResetCurrentInlinedDepth()
201 … if (!container_ptr->GetRangeContainingAddress(pc_as_address, containing_range)) in ResetCurrentInlinedDepth()