Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h271 const FormatEntity::Entry *GetFrameFormatUnique() const;
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrame.cpp1789 frame_format = target->GetDebugger().GetFrameFormatUnique(); in DumpUsingSettingsFormat()
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp269 const FormatEntity::Entry *Debugger::GetFrameFormatUnique() const { in GetFrameFormatUnique() function in Debugger