Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp201 m_data.AppendData(&sys_info, sizeof(llvm::minidump::SystemInfo)); in AddSystemInfo()
233 buffer->AppendData(&to_write_size, sizeof(llvm::support::ulittle32_t)); in WriteString()
234 buffer->AppendData(to_write_utf16.data(), to_write_utf16.size_in_bytes()); in WriteString()
311 m_data.AppendData(&modules_count, sizeof(llvm::support::ulittle32_t)); in AddModuleList()
367 helper_data.AppendData(&signature, sizeof(llvm::support::ulittle32_t)); in AddModuleList()
368 helper_data.AppendData(uuid.begin(), uuid.size()); in AddModuleList()
388 m_data.AppendData(&m, sizeof(llvm::minidump::Module)); in AddModuleList()
391 m_data.AppendData(helper_data.GetBytes(), helper_data.GetByteSize()); in AddModuleList()
606 m_data.AppendData(&thread_count, sizeof(llvm::support::ulittle32_t)); in AddThreadList()
654 helper_data.AppendData(thread_context.data(), thread_context.size()); in AddThreadList()
[all …]
/freebsd/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/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/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp129 encoder.AppendData(kIdentifierNameToDIE); in Encode()
H A DManualDWARFIndex.cpp620 index_encoder.AppendData(kIdentifierManualDWARFIndex); in Encode()
661 encoder.AppendData(index_encoder.GetData()); in Encode()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp1203 encoder.AppendData(kIdentifierCStrMap); in EncodeCStrMap()
1271 symtab_encoder.AppendData(kIdentifierSymbolTable); in Encode()
1299 encoder.AppendData(symtab_encoder.GetData()); in Encode()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp414 encoder.AppendData(data_before_op); in Update_DW_OP_addr()
417 encoder.AppendData(data_after_op); in Update_DW_OP_addr()