Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp1213 int num_inlined_functions = 0; in GetSuggestedStackFrameIndex() local
1224 num_inlined_functions++; in GetSuggestedStackFrameIndex()
1227 return num_inlined_functions + 1; in GetSuggestedStackFrameIndex()