Searched refs:AppendData (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Utility/ |
| H A D | DataEncoder.cpp | 134 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 D | DataBufferHeap.cpp | 61 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 D | MinidumpFileBuilder.cpp | 117 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 D | DataEncoder.h | 157 void AppendData(llvm::StringRef data); 165 void AppendData(llvm::ArrayRef<uint8_t> data);
|
| H A D | DataBufferHeap.h | 102 void AppendData(const void *src, uint64_t src_len);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | DataFileCache.cpp | 218 encoder.AppendData(uuid_bytes); in Encode() 284 encoder.AppendData(kStringTableIdentifier); in Encode()
|
| H A D | Value.cpp | 96 m_data_buffer.AppendData(bytes, len); in AppendBytes()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | NameToDIE.cpp | 129 encoder.AppendData(kIdentifierNameToDIE); in Encode()
|
| H A D | ManualDWARFIndex.cpp | 617 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 D | Symtab.cpp | 1191 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 D | DWARFExpression.cpp | 427 encoder.AppendData(data_before_op); in Update_DW_OP_addr() 430 encoder.AppendData(data_after_op); in Update_DW_OP_addr()
|