Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp86 GetFramesUpTo(0); in ResetCurrentInlinedDepth()
231 uint32_t num_frames = unwinder.GetFramesUpTo(end_idx); in GetOnlyConcreteFramesUpTo()
436 void StackFrameList::GetFramesUpTo(uint32_t end_idx) { in GetFramesUpTo() function in StackFrameList
622 GetFramesUpTo(UINT32_MAX); in GetNumFrames()
664 GetFramesUpTo(idx); in GetFrameAtIndex()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnwind.h36 uint32_t GetFramesUpTo(uint32_t end_idx) { in GetFramesUpTo() function
H A DStackFrameList.h92 void GetFramesUpTo(uint32_t end_idx);