Home
last modified time | relevance | path

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

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