Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DStringPrinter.cpp279 auto source_size(dump_options.GetSourceSize()); in DumpUTFBufferToStream()
282 if (dump_options.GetSourceSize() == 0) { in DumpUTFBufferToStream()
429 if (options.GetSourceSize() == 0) in ReadStringAndDumpToStream()
432 size = options.GetSourceSize(); in ReadStringAndDumpToStream()
438 size = options.GetSourceSize(); in ReadStringAndDumpToStream()
539 uint32_t sourceSize = options.GetSourceSize(); in ReadUTFBufferAndDumpToStream()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h96 uint32_t GetSourceSize() const { return m_source_size; } in GetSourceSize() function
215 uint32_t GetSourceSize() const { return m_source_size; } in GetSourceSize() function