Home
last modified time | relevance | path

Searched refs:AppendData (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DDataEncoder.cpp134 m_data_sp->AppendData(&value, sizeof(value)); in AppendU8()
168 void DataEncoder::AppendData(llvm::StringRef data) { in AppendData() function in DataEncoder
172 m_data_sp->AppendData(bytes, length); in AppendData()
175 void DataEncoder::AppendData(llvm::ArrayRef<uint8_t> data) { in AppendData() function in DataEncoder
179 m_data_sp->AppendData(bytes, length); in AppendData()
187 m_data_sp->AppendData(bytes, length); in AppendCString()
H A DDataBufferHeap.cpp61 void DataBufferHeap::AppendData(const void *src, uint64_t src_len) { in AppendData() function in DataBufferHeap
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp117 m_data.AppendData(&sys_info, sizeof(llvm::minidump::SystemInfo)); in AddSystemInfo()
269 helper_data.AppendData(uuid.begin(), uuid.size()); in AddModuleList()
289 m_data.AppendData(&m, sizeof(llvm::minidump::Module)); in AddModuleList()
292 m_data.AppendData(helper_data.GetBytes(), helper_data.GetByteSize()); in AddModuleList()
559 helper_data.AppendData(data_up->GetBytes(), stack_bytes_read); in AddThreadList()
580 m_data.AppendData(&t, sizeof(llvm::minidump::Thread)); in AddThreadList()
633 m_data.AppendData(&exp_stream, minidump_exception_size); in AddExceptions()
672 m_data.AppendData(data_up->GetBytes(), bytes_read); in AddMemoryList()
683 m_data.AppendData(&memory_descriptor, in AddMemoryList()
712 m_data.AppendData(&misc_info, in AddMiscInfo()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataEncoder.h157 void AppendData(llvm::StringRef data);
165 void AppendData(llvm::ArrayRef<uint8_t> data);
H A DDataBufferHeap.h102 void AppendData(const void *src, uint64_t src_len);
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp218 encoder.AppendData(uuid_bytes); in Encode()
284 encoder.AppendData(kStringTableIdentifier); in Encode()
H A DValue.cpp96 m_data_buffer.AppendData(bytes, len); in AppendBytes()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp129 encoder.AppendData(kIdentifierNameToDIE); in Encode()
H A DManualDWARFIndex.cpp617 index_encoder.AppendData(kIdentifierManualDWARFIndex); in Encode()
658 encoder.AppendData(index_encoder.GetData()); in Encode()
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp1191 encoder.AppendData(kIdentifierCStrMap); in EncodeCStrMap()
1259 symtab_encoder.AppendData(kIdentifierSymbolTable); in Encode()
1287 encoder.AppendData(symtab_encoder.GetData()); in Encode()
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp427 encoder.AppendData(data_before_op); in Update_DW_OP_addr()
430 encoder.AppendData(data_after_op); in Update_DW_OP_addr()