Searched refs:GetSourceSize (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp279 auto source_size(dump_options.GetSourceSize());
282 if (dump_options.GetSourceSize() == 0) {
430 if (options.GetSourceSize() == 0)
433 size = options.GetSourceSize();
439 size = options.GetSourceSize();
540 uint32_t sourceSize = options.GetSourceSize();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h53 uint32_t GetSourceSize() const { return m_source_size; } function in class:lldb_private::formatters::StringPrinter::DumpToStreamOptions

Completed in 63 milliseconds