Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDStackFrameList.h111 void SynthesizeTailCallFrames(StackFrame &next_frame);
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDStackFrameList.cpp369 void StackFrameList::SynthesizeTailCallFrames(StackFrame &next_frame) { in SynthesizeTailCallFrames() function in StackFrameList
535 SynthesizeTailCallFrames(*unwind_frame_sp.get()); in GetFramesUpTo()