Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DInstrumentationRuntimeStopInfo.h28 GetSuggestedStackFrameIndex(bool inlined_stack) override;
H A DStopInfo.h89 GetSuggestedStackFrameIndex(bool inlined_stack) { in GetSuggestedStackFrameIndex() argument
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DInstrumentationRuntimeStopInfo.cpp47 bool inlined_stack) { in GetSuggestedStackFrameIndex() argument
H A DStopInfo.cpp251 GetSuggestedStackFrameIndex(bool inlined_stack) override { in GetSuggestedStackFrameIndex() argument
252 if (!inlined_stack) in GetSuggestedStackFrameIndex()
1193 GetSuggestedStackFrameIndex(bool inlined_stack) override { in GetSuggestedStackFrameIndex() argument
1195 if (!inlined_stack) in GetSuggestedStackFrameIndex()
1226 inlined_stack = true; in GetSuggestedStackFrameIndex()