Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp175 int num_inlined_functions = 0; in ResetCurrentInlinedDepth() local
186 num_inlined_functions++; in ResetCurrentInlinedDepth()
189 m_current_inlined_depth = num_inlined_functions + 1; in ResetCurrentInlinedDepth()