Searched refs:GetDataStart (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDataEncoder.h183 GetDataStart () function in class:lldb_private::DataEncoder
189 GetDataStart () const function in class:lldb_private::DataEncoder
H A DDataExtractor.h571 GetDataStart () const function in class:lldb_private::DataExtractor
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangExpressionVariable.cpp108 return const_cast<uint8_t *>(m_frozen_sp->GetDataExtractor().GetDataStart());
H A DMaterializer.cpp524 map.WriteMemory(m_temporary_allocation, data.GetDataStart(), data.GetByteSize(), write_error);
1172 m_register_contents.reset(new DataBufferHeap(register_data.GetDataStart(), register_data.GetByteSize()));
1176 map.WriteMemory(load_addr, register_data.GetDataStart(), register_data.GetByteSize(), write_error);
1223 if (!memcmp(register_data.GetDataStart(), m_register_contents->GetBytes(), register_data.GetByteSize()))
1233 RegisterValue register_value (const_cast<uint8_t*>(register_data.GetDataStart()), register_data.GetByteSize(), register_data.GetByteOrder());
H A DClangExpressionDeclMap.cpp1537 var_location = Value(const_value_extractor.GetDataStart(), const_value_extractor.GetByteSize());
H A DDWARFExpression.cpp1079 std::unique_ptr<DataBufferHeap> head_data_ap (new DataBufferHeap (m_data.GetDataStart(),
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectConstResult.cpp91 DataBufferSP shared_data_buffer(new DataBufferHeap(data.GetDataStart(), data.GetByteSize()));
95 m_value.GetScalar() = (uintptr_t)m_data.GetDataStart();
H A DValueObjectRegister.cpp368 m_value.GetScalar() = (uintptr_t)m_data.GetDataStart();
H A DDataExtractor.cpp337 return SetData (data.GetDataStart() + data_offset, data_length, data.GetByteOrder());
2216 memcpy(bytes_ptr, GetDataStart(), GetByteSize());
2217 memcpy(bytes_ptr + GetByteSize(), rhs.GetDataStart(), rhs.GetByteSize());
2244 memcpy(bytes_ptr, GetDataStart(), GetByteSize());
H A DValueObject.cpp1126 data.GetDataStart(),
1146 const_cast<uint8_t *>(m_data.GetDataStart()),
1149 m_value.GetScalar() = (uintptr_t)m_data.GetDataStart();
1913 const_cast<uint8_t *>(m_data.GetDataStart()),
1917 m_value.GetScalar() = (uintptr_t)m_data.GetDataStart();
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DCXXFormatterFunctions.cpp191 if (data.GetByteSize() && data.GetDataStart() && data.GetDataEnd())
200 SourceDataType *data_ptr = (SourceDataType*)data.GetDataStart();
213 data_ptr = (SourceDataType*)data.GetDataStart();
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp79 const uint8_t *opcode_data = data.GetDataStart();
286 const uint8_t *opcode_data = data.GetDataStart();
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp187 if (response.GetHexBytes ((void *)m_reg_data.GetDataStart(), m_reg_data.GetByteSize(), '\xcc') == m_reg_data.GetByteSize())
352 packet.PutBytesAsRawHex8 (m_reg_data.GetDataStart(),
612 const uint32_t bytes_extracted = response.GetHexBytes ((void *)restore_data.GetDataStart(),
617 restore_data.SetData(restore_data.GetDataStart(), bytes_extracted, m_reg_data.GetByteOrder());
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp551 const uint8_t *start = m_auxv.GetDataStart();
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp400 gnu_debuglink_crc = calc_gnu_debuglink_crc32 (data.GetDataStart(), data.GetByteSize());
558 m_gnu_debuglink_crc = calc_gnu_debuglink_crc32 (m_data.GetDataStart(), m_data.GetByteSize());
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp877 uint32_t block_offset = form_value.BlockData() - debug_info_data.GetDataStart();
1518 dw_offset_t block_offset = blockData - debug_info.GetDataStart();
H A DSymbolFileDWARF.cpp1775 uint32_t block_offset = form_value.BlockData() - debug_info_data.GetDataStart();
2170 uint32_t block_offset = form_value.BlockData() - debug_info_data.GetDataStart();
4254 // DWARFDataExtractor location(debug_info_data, form_value.BlockData() - debug_info_data.GetDataStart(), block_length);
7373 uint32_t block_offset = form_value.BlockData() - debug_info_data.GetDataStart();
7398 uint32_t string_offset = str - (const char *)debug_info_data.GetDataStart();
7413 uint32_t block_offset = form_value.BlockData() - debug_info_data.GetDataStart();

Completed in 235 milliseconds