Searched refs:AppendData (Results 1 – 11 of 11) sorted by relevance
| /freebsd/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/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/ |
| H A D | MinidumpFileBuilder.cpp | 211 m_data.AppendData(&sys_info, sizeof(llvm::minidump::SystemInfo)); in AddSystemInfo() 244 buffer->AppendData(&to_write_size, sizeof(llvm::support::ulittle32_t)); in WriteString() 245 buffer->AppendData(to_write_utf16.data(), to_write_utf16.size_in_bytes()); in WriteString() 322 m_data.AppendData(&modules_count, sizeof(llvm::support::ulittle32_t)); in AddModuleList() 378 helper_data.AppendData(&signature, sizeof(llvm::support::ulittle32_t)); in AddModuleList() 379 helper_data.AppendData(uuid.begin(), uuid.size()); in AddModuleList() 399 m_data.AppendData(&m, sizeof(llvm::minidump::Module)); in AddModuleList() 402 m_data.AppendData(helper_data.GetBytes(), helper_data.GetByteSize()); in AddModuleList() 623 m_data.AppendData(&thread_count, sizeof(llvm::support::ulittle32_t)); in AddThreadList() 669 helper_data.AppendData(thread_context.data(), thread_context.size()); in AddThreadList() [all …]
|
| /freebsd/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/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | ManualDWARFIndexSet.cpp | 112 index_encoder.AppendData(kIdentifierManualDWARFIndex); in EncodeIndexSet() 153 encoder.AppendData(index_encoder.GetData()); in EncodeIndexSet()
|
| H A D | NameToDIE.cpp | 129 encoder.AppendData(kIdentifierNameToDIE); in Encode()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | DataFileCache.cpp | 223 encoder.AppendData(uuid_bytes); in Encode() 287 encoder.AppendData(kStringTableIdentifier); in Encode()
|
| H A D | Value.cpp | 98 m_data_buffer.AppendData(bytes, len); in AppendBytes()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Symtab.cpp | 1202 encoder.AppendData(kIdentifierCStrMap); in EncodeCStrMap() 1270 symtab_encoder.AppendData(kIdentifierSymbolTable); in Encode() 1298 encoder.AppendData(symtab_encoder.GetData()); in Encode()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 475 encoder.AppendData(data_before_op); in Update_DW_OP_addr() 478 encoder.AppendData(data_after_op); in Update_DW_OP_addr()
|