Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/API/
H A DSBFormat.cpp36 FormatEntrySP format_entry_sp = std::make_shared<FormatEntity::Entry>(); in SBFormat() local
37 Status status = FormatEntity::Parse(format, *format_entry_sp); in SBFormat()
41 m_opaque_sp = format_entry_sp; in SBFormat()