Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBUtilSBValue.h32 const bool vbHandleArrayType = true);
57 bool GetSimpleValue(const bool vbHandleArrayType,
H A DMICmnLLDBUtilSBValue.cpp37 const bool vbHandleArrayType /* = true */) in CMICmnLLDBUtilSBValue() argument
40 m_bHandleArrayType(vbHandleArrayType) { in CMICmnLLDBUtilSBValue()
133 bool CMICmnLLDBUtilSBValue::GetSimpleValue(const bool vbHandleArrayType, in GetSimpleValue() argument
155 } else if (vbHandleArrayType) { in GetSimpleValue()