Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObject.h683 uint32_t max_length = 0, bool honor_array = true,
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObject.cpp862 bool honor_array, Format item_format) { in ReadPointedString() argument
930 if (cstr_len > 0 && honor_array) { in ReadPointedString()