Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/DataFormatters/
DStringPrinter.cpp270 auto source_size(dump_options.GetSourceSize()); in DumpEncodedBufferToStream()
273 if (dump_options.GetSourceSize() == 0) { in DumpEncodedBufferToStream()
429 if (elem_type == StringElementType::ASCII && !options.GetSourceSize()) { in ReadEncodedBufferAndDumpToStream()
440 sourceSize = options.GetSourceSize(); in ReadEncodedBufferAndDumpToStream()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DStringPrinter.h55 uint32_t GetSourceSize() const { return m_source_size; } in GetSourceSize() function