Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectVariable.cpp213 case Value::eValueTypeVector: in UpdateValue()
219 case Value::eValueTypeVector: in UpdateValue()
H A DValue.cpp163 case eValueTypeVector: { in AppendDataToHostBuffer()
331 case eValueTypeVector: in GetValueAsData()
646 case eValueTypeVector: in GetValueTypeAsCString()
H A DValueObject.cpp370 case Value::eValueTypeVector: in GetLocationAsCStringImpl()
386 (value_type == Value::eValueTypeVector) ? "vector" : "scalar"; in GetLocationAsCStringImpl()
920 case Value::eValueTypeVector: in SetData()
1506 case Value::eValueTypeVector: in GetAddressOf()
1541 case Value::eValueTypeVector: in GetPointerValue()
1624 case Value::eValueTypeVector: in SetValueFromCString()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DABI.cpp144 case Value::eValueTypeVector: in GetReturnValueObject()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValue.h57 eValueTypeVector, // byte array of m_vector.length with endianness of enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DDWARFExpression.cpp2649 case Value::eValueTypeVector: { in Evaluate()
2731 case Value::eValueTypeVector: in Evaluate()