Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h683 uint32_t max_length = 0, bool honor_array = true,
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp859 uint32_t max_length, bool honor_array, in ReadPointedString() argument
928 if (cstr_len > 0 && honor_array) { in ReadPointedString()