Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameList.h220 void SynthesizeTailCallFrames(StackFrame &next_frame);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp270 void StackFrameList::SynthesizeTailCallFrames(StackFrame &next_frame) { in SynthesizeTailCallFrames() function in StackFrameList
478 SynthesizeTailCallFrames(*unwind_frame_sp.get()); in FetchFramesUpTo()