Home
last modified time | relevance | path

Searched refs:eAddressTypeInvalid (Results 1 – 7 of 7) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/Core/
HDValueObject.cpp93 m_address_type_of_ptr_or_ref_children(eAddressTypeInvalid), in ValueObject()
829 eAddressTypeInvalid); in CreateChildAtIndex()
875 AddressType func_ptr_address_type = eAddressTypeInvalid; in GetSummaryAsCString()
881 case eAddressTypeInvalid: in GetSummaryAsCString()
949 AddressType cstr_address_type = eAddressTypeInvalid; in IsCStringContainer()
1054 case eAddressTypeInvalid: in GetPointeeData()
1217 AddressType cstr_address_type = eAddressTypeInvalid; in ReadPointedString()
1806 *address_type = eAddressTypeInvalid; in GetAddressOf()
1815 *address_type = eAddressTypeInvalid; in GetPointerValue()
2159 eAddressTypeInvalid); in GetSyntheticBitFieldChild()
[all …]
HDValueObjectChild.cpp164 case eAddressTypeInvalid: in UpdateValue()
HDValueObjectConstResult.cpp188 case eAddressTypeInvalid: m_value.SetValueType(Value::eValueTypeScalar); break; in ValueObjectConstResult()
HDValue.cpp139 return eAddressTypeInvalid; in GetValueAddressType()
/trueos/contrib/llvm/tools/lldb/include/lldb/
HDlldb-private-enumerations.h33 eAddressTypeInvalid = 0, enumerator
/trueos/contrib/llvm/tools/lldb/source/Expression/
HDMaterializer.cpp464 AddressType address_type = eAddressTypeInvalid; in Materialize()
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBValue.cpp1484 else if (addr_type == eAddressTypeHost || addr_type == eAddressTypeInvalid) in GetLoadAddress()