Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h250 FormatEntity::Entry GetFrameFormat() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1948 format_entry = target->GetDebugger().GetFrameFormat(); in DumpUsingSettingsFormat()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp303 FormatEntity::Entry Debugger::GetFrameFormat() const { in GetFrameFormat() function in Debugger