Home
last modified time | relevance | path

Searched refs:eAddressTypeHost (Results 1 – 9 of 9) sorted by relevance

/external/lldb/source/Core/
DValue.cpp136 case eValueTypeHostAddress: return eAddressTypeHost; in GetValueAddressType()
520 address_type = eAddressTypeHost; in GetValueAsData()
543 …error.SetErrorStringWithFormat ("invalid %s address", address_type == eAddressTypeHost ? "host" : … in GetValueAsData()
565 if (address_type == eAddressTypeHost) in GetValueAsData()
DValueObjectChild.cpp161 case eAddressTypeHost: in UpdateValue()
DValueObjectVariable.cpp168 SetAddressTypeOfChildren(eAddressTypeHost); in UpdateValue()
DValueObjectConstResult.cpp191 case eAddressTypeHost: m_value.SetValueType(Value::eValueTypeHostAddress); break; in ValueObjectConstResult()
DValueObject.cpp816 case eAddressTypeHost: in GetSummaryAsCString()
954 case eAddressTypeHost: in GetPointeeData()
3804 case eAddressTypeHost: in AddressOf()
/external/lldb/include/lldb/
Dlldb-private-enumerations.h36 eAddressTypeHost ///< Address is an address in the process that is running this code enumerator
/external/lldb/source/Symbol/
DType.cpp444 if (address_type == eAddressTypeHost) in ReadFromMemory()
DClangASTType.cpp6395 if (address_type == eAddressTypeHost) in ReadFromMemory()
6439 if (address_type == eAddressTypeHost) in WriteToMemory()
/external/lldb/source/API/
DSBValue.cpp1469 else if (addr_type == eAddressTypeHost || addr_type == eAddressTypeInvalid) in GetLoadAddress()