Home
last modified time | relevance | path

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

/external/lldb/source/API/
DSBValue.cpp588 lldb::TypeFormatImplSP format_sp = value_sp->GetValueFormat(); in GetTypeFormat() local
589 if (format_sp) in GetTypeFormat()
590 format.SetSP(format_sp); in GetTypeFormat()