Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h118 bool HasSourceSize() const { return m_has_source_size; } in HasSourceSize() function
/src/contrib/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp439 } else if (options.HasSourceSize()) { in ReadEncodedBufferAndDumpToStream()