Searched refs:SetData (Results 1 - 25 of 53) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugPubTable.cpp29 Set &SetData = Sets.back(); local
31 SetData.Length = PubNames.getU32(&Offset);
32 SetData.Version = PubNames.getU16(&Offset);
33 SetData.Offset = PubNames.getRelocatedValue(4, &Offset);
34 SetData.Size = PubNames.getU32(&Offset);
42 SetData.Entries.push_back(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_powerpc.cpp25 m_gpr.SetData(m_gpr_buffer);
32 m_fpr.SetData(m_fpr_buffer);
38 m_vec.SetData(m_vec_buffer);
H A DRegisterContextPOSIXCore_ppc64le.cpp28 m_gpr.SetData(m_gpr_buffer);
35 m_fpr.SetData(m_fpr_buffer);
41 m_vmx.SetData(m_vmx_buffer);
47 m_vsx.SetData(m_vsx_buffer);
H A DRegisterContextPOSIXCore_mips64.cpp24 m_gpr.SetData(m_gpr_buffer);
31 m_fpr.SetData(m_fpr_buffer);
H A DRegisterContextPOSIXCore_s390x.cpp25 m_gpr.SetData(m_gpr_buffer);
32 m_fpr.SetData(m_fpr_buffer);
H A DRegisterContextPOSIXCore_arm.cpp24 m_gpr.SetData(m_gpr_buffer);
H A DRegisterContextPOSIXCore_arm64.cpp25 m_gpr.SetData(m_gpr_buffer);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMemory.cpp38 m_reg_data.SetData(reg_data_sp);
137 m_reg_data.SetData(data_sp);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectVariable.h64 bool SetData(DataExtractor &data, Status &error) override;
H A DValueObjectDynamicValue.h82 bool SetData(DataExtractor &data, Status &error) override;
H A DValueObjectRegister.h135 bool SetData(DataExtractor &data, Status &error) override;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectContainer.h46 m_data.SetData(data_sp, data_offset, length);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwp.cpp104 data.SetData(section_data, offsets->Offset, offsets->Length);
106 data.SetData(section_data, 0, section_data.GetByteSize());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DDataEncoder.cpp47 SetData(data_sp);
73 uint32_t DataEncoder::SetData(const DataBufferSP &data_sp, uint32_t data_offset, function in class:DataEncoder
H A DDataExtractor.cpp150 SetData(data_sp);
168 SetData(data, offset, length);
226 lldb::offset_t DataExtractor::SetData(const void *bytes, offset_t length, function in class:DataExtractor
250 lldb::offset_t DataExtractor::SetData(const DataExtractor &data, function in class:DataExtractor
258 return SetData(data.m_data_sp, data.GetSharedDataOffset() + data_offset,
266 return SetData(data.GetDataStart() + data_offset, data_length,
283 lldb::offset_t DataExtractor::SetData(const DataBufferSP &data_sp, function in class:DataExtractor
1047 dest_data.SetData(m_data_sp);
1051 dest_data.SetData(DataBufferSP(new DataBufferHeap(base_ptr, data_size)));
1079 SetData(buffer_s
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataEncoder.h212 uint32_t SetData(const lldb::DataBufferSP &data_sp, uint32_t offset = 0,
H A DDataExtractor.h875 lldb::offset_t SetData(const void *bytes, lldb::offset_t length,
900 lldb::offset_t SetData(const DataExtractor &data, lldb::offset_t offset,
925 lldb::offset_t SetData(const lldb::DataBufferSP &data_sp,
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBData.cpp361 void SBData::SetData(lldb::SBError &error, const void *buf, size_t size, function in class:SBData
364 void, SBData, SetData,
372 m_opaque_sp->SetData(buf, size, endian);
533 m_opaque_sp->SetData(buffer_sp);
556 m_opaque_sp->SetData(buffer_sp);
579 m_opaque_sp->SetData(buffer_sp);
601 m_opaque_sp->SetData(buffer_sp);
623 m_opaque_sp->SetData(buffer_sp);
645 m_opaque_sp->SetData(buffer_sp);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DOpcode.cpp135 data.SetData(buffer_sp);
H A DValueObjectVariable.cpp304 bool ValueObjectVariable::SetData(DataExtractor &data, Status &error) { function in class:ValueObjectVariable
330 return ValueObject::SetData(data, error);
H A DValueObjectDynamicValue.cpp308 bool ValueObjectDynamicValue::SetData(DataExtractor &data, Status &error) { function in class:ValueObjectDynamicValue
338 bool ret_val = m_parent->SetData(data, error);
H A DValueObjectConstResult.cpp70 m_data.SetData(shared_data_buffer);
110 m_data.SetData(data_sp);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp171 options.SetData(data);
197 options.SetData(data);
223 options.SetData(data);
257 options.SetData(data);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBData.h74 // it would be nice to have SetData(SBError, const void*, size_t) when
76 // DataExtractor, but having two SetData() signatures triggers a SWIG bug
79 void SetData(lldb::SBError &error, const void *buf, size_t size,
82 // see SetData() for why we don't have Append(const void* buf, size_t size)
89 // in the following CreateData*() and SetData*() prototypes, the two
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp273 m_data.SetData(data_sp, data_offset, length);
292 m_data.SetData(header_data_sp, 0, header_data_sp->GetByteSize());
482 return data.SetData(m_data, offset, length);
556 section_data.SetData(data_sp, 0, data_sp->GetByteSize());

Completed in 353 milliseconds

123