Home
last modified time | relevance | path

Searched refs:eAddressTypeLoad (Results 1 – 16 of 16) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValueObjectConstResult.cpp57 SetAddressTypeOfChildren(eAddressTypeLoad); in ValueObjectConstResult()
101 SetAddressTypeOfChildren(eAddressTypeLoad); in ValueObjectConstResult()
153 SetAddressTypeOfChildren(eAddressTypeLoad); in ValueObjectConstResult()
191 case eAddressTypeLoad: m_value.SetValueType(Value::eValueTypeLoadAddress); break; in ValueObjectConstResult()
199 SetAddressTypeOfChildren(eAddressTypeLoad); in ValueObjectConstResult()
HDValue.cpp152 case eValueTypeLoadAddress: return eAddressTypeLoad; in GetValueAddressType()
469 address_type = eAddressTypeLoad; in GetValueAsData()
506 address_type = eAddressTypeLoad; in GetValueAsData()
560 address_type = eAddressTypeLoad; in GetValueAsData()
669 else if ((address_type == eAddressTypeLoad) || (address_type == eAddressTypeFile)) in GetValueAsData()
HDValueObjectVariable.cpp201 SetAddressTypeOfChildren(eAddressTypeLoad); in UpdateValue()
211 SetAddressTypeOfChildren(eAddressTypeLoad); in UpdateValue()
218 SetAddressTypeOfChildren(eAddressTypeLoad); in UpdateValue()
HDValueObjectConstResultChild.cpp40 eAddressTypeLoad), in ValueObjectConstResultChild()
HDValueObjectConstResultImpl.cpp37 m_live_address_type(eAddressTypeLoad), in ValueObjectConstResultImpl()
HDValueObjectChild.cpp166 case eAddressTypeLoad: in UpdateValue()
HDValueObject.cpp1031 case eAddressTypeLoad: in GetPointeeData()
1817 *address_type = eAddressTypeLoad; in GetAddressOf()
3807 case eAddressTypeLoad: in AddressOf()
4147 new_value_sp->SetAddressTypeOfChildren(eAddressTypeLoad); in CreateValueObjectFromData()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDValueObjectConstResultImpl.h58 AddressType address_type = eAddressTypeLoad)
HDValueObjectConstResult.h122 AddressType address_type = eAddressTypeLoad)
HDValueObject.h740 AddressType address_type = eAddressTypeLoad)
1159 AddressType child_ptr_or_ref_addr_type = eAddressTypeLoad);
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-private-enumerations.h36 eAddressTypeLoad, ///< Address is an address as in the current target inferior process enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDMaterializer.cpp107 eAddressTypeLoad, in MakeAllocation()
238eAddressTypeLoad, in Dematerialize()
264 … if (m_persistent_variable_sp->m_live_sp->GetValue().GetValueAddressType() != eAddressTypeLoad) in Dematerialize()
887 eAddressTypeLoad, in Dematerialize()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBValue.cpp940 new_value_sp->SetAddressTypeOfChildren(eAddressTypeLoad); in CreateValueFromData()
1661 else if (addr_type == eAddressTypeLoad) in GetAddress()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectWatchpoint.cpp1057 if (addr_type == eAddressTypeLoad) in DoExecute()
/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDCXXFormatterFunctions.cpp215 case eAddressTypeLoad: in FunctionPointerSummaryProvider()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp3454 … if (vtable_ptr_addr != LLDB_INVALID_ADDRESS && addr_type == eAddressTypeLoad) in GetChildClangTypeAtIndex()