Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatCache.cpp39 void FormatCache::Entry::Set(lldb::TypeFormatImplSP format_sp) { in Set()
102 void FormatCache::Set(ConstString type, lldb::TypeFormatImplSP &format_sp) { in Set()
H A DFormattersHelpers.cpp27 lldb::TypeFormatImplSP format_sp(new TypeFormatImpl_Format(format, flags)); in AddFormat() local
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h57 std::shared_ptr<FormatterImpl> format_sp) { in Add()
223 lldb::TypeFormatImplSP format_sp) { in AddTypeFormat()
228 lldb::TypeFormatImplSP format_sp) { in AddTypeFormat()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp204 lldb::TypeFormatImplSP format_sp = in GetFormatForType() local
H A DSBValue.cpp481 lldb::TypeFormatImplSP format_sp = value_sp->GetValueFormat(); in GetTypeFormat() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1004 lldb::TypeFormatImplSP format_sp; in GetValueAsCString() local
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp1114 const FormatterSharedPointer &format_sp) -> bool { in DoExecute()