Home | History | Annotate | Download | only in Core

Lines Matching refs:Address

801                                 Address so_addr;
809 Address::DumpStyleResolvedDescription,
810 Address::DumpStyleSectionNameOffset);
921 Address so_addr;
1030 // If it is a load address, then the scalar value is the storage location
1053 // If it is a host address, then we stuff the scalar as a DataBuffer into the Value's data.
1156 s << "<invalid address>";
1157 error.SetErrorString("invalid address");
1161 Address cstr_so_addr (cstr_address);
1179 LLDB_INVALID_ADDRESS,// base address
1225 LLDB_INVALID_ADDRESS,// base address
1351 Address address(GetPointerValue());
1352 if (target_sp->ReadCStringFromMemory(address, (char*)buffer_sp->GetBytes(), max_len, error) && error.Success())
1436 // to read address values out of pointers
1762 addr_t address = LLDB_INVALID_ADDRESS;
1767 return address;
1773 address = m_value.GetScalar().ULongLong(LLDB_INVALID_ADDRESS);
1781 address = m_data.GetPointer(&data_offset);
1789 return address;
1828 // If it is a load address, then the scalar value is the storage location
1851 // If it is a host address, then we stuff the scalar as a DataBuffer into the Value's data.
3512 // We have a pointer or reference whose value is an address.
3513 // Make sure that address is not NULL
3827 error.SetErrorStringWithFormat("'%s' doesn't have a valid address", expr_path_strm.GetString().c_str());
3848 Address ptr_addr (ptr_value);
3867 Address ptr_addr (ptr_value);
4089 uint64_t address,
4098 lldb::DataBufferSP buffer(new lldb_private::DataBufferHeap(&address,sizeof(lldb::addr_t)));