Home
last modified time | relevance | path

Searched refs:eValueTypeVector (Results 1 – 5 of 5) sorted by relevance

/external/lldb/include/lldb/Core/
DValue.h39eValueTypeVector, // byte array of m_vector.length with endianness of m_vector.byte_… enumerator
172 SetValueType(eValueTypeVector); in SetContext()
/external/lldb/source/Core/
DValueObjectVariable.cpp172 case Value::eValueTypeVector: in UpdateValue()
179 case Value::eValueTypeVector: in UpdateValue()
DValue.cpp333 case eValueTypeVector: in GetValueAsData()
700 case eValueTypeVector: return "vector"; in GetValueTypeAsCString()
DValueObject.cpp404 case Value::eValueTypeVector: in GetLocationAsCStringImpl()
419 m_location_str = (value_type == Value::eValueTypeVector) ? "vector" : "scalar"; in GetLocationAsCStringImpl()
1065 case Value::eValueTypeVector: in SetData()
1735 case Value::eValueTypeVector: in GetAddressOf()
1772 case Value::eValueTypeVector: in GetPointerValue()
1872 case Value::eValueTypeVector: in SetValueFromCString()
/external/lldb/source/Target/
DABI.cpp159 case Value::eValueTypeVector: in GetReturnValueObject()