Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h354 void DumpUsingSettingsFormat(Stream *strm, bool show_unique = false,
391 bool show_unique = false, const char *frame_marker = nullptr);
H A DStackFrameList.h94 bool show_unique = false,
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1796 void StackFrame::DumpUsingSettingsFormat(Stream *strm, bool show_unique, in DumpUsingSettingsFormat() argument
1807 if (show_unique) { in DumpUsingSettingsFormat()
1892 bool show_unique, const char *frame_marker) { in GetStatus() argument
1895 DumpUsingSettingsFormat(&strm, show_unique, frame_marker); in GetStatus()
H A DStackFrameList.cpp927 bool show_unique, in GetStatus() argument
977 show_unique, marker)) in GetStatus()