Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h700 uint32_t max_length = 0, bool honor_array = true,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp939 uint32_t max_length, bool honor_array, in ReadPointedString() argument
1008 if (cstr_len > 0 && honor_array) { in ReadPointedString()