Searched refs:AppendData (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/ |
| H A D | MinidumpFileBuilder.cpp | 116 m_data.AppendData(&sys_info, sizeof(llvm::minidump::SystemInfo)); in AddSystemInfo() 148 buffer->AppendData(&to_write_size, sizeof(llvm::support::ulittle32_t)); in WriteString() 149 buffer->AppendData(to_write_utf16.data(), to_write_utf16.size_in_bytes()); in WriteString() 216 m_data.AppendData(&modules_count, sizeof(llvm::support::ulittle32_t)); in AddModuleList() 267 helper_data.AppendData(&signature, sizeof(llvm::support::ulittle32_t)); in AddModuleList() 268 helper_data.AppendData(uuid.begin(), uuid.size()); in AddModuleList() 288 m_data.AppendData(&m, sizeof(llvm::minidump::Module)); in AddModuleList() 291 m_data.AppendData(helper_data.GetBytes(), helper_data.GetByteSize()); in AddModuleList() 421 m_data.AppendData(&thread_count, sizeof(llvm::support::ulittle32_t)); in AddThreadList() 467 helper_data.AppendData(data_up->GetBytes(), stack_bytes_read); in AddThreadList() [all …]
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | DataEncoder.h | 159 void AppendData(llvm::StringRef data); 167 void AppendData(llvm::ArrayRef<uint8_t> data);
|
| H A D | DataBufferHeap.h | 102 void AppendData(const void *src, uint64_t src_len);
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | NameToDIE.cpp | 129 encoder.AppendData(kIdentifierNameToDIE); in Encode()
|
| H A D | ManualDWARFIndex.cpp | 602 index_encoder.AppendData(kIdentifierManualDWARFIndex); in Encode() 643 encoder.AppendData(index_encoder.GetData()); in Encode()
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | Symtab.cpp | 1194 encoder.AppendData(kIdentifierCStrMap); in EncodeCStrMap() 1262 symtab_encoder.AppendData(kIdentifierSymbolTable); in Encode() 1290 encoder.AppendData(symtab_encoder.GetData()); in Encode()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/ |
| H A D | AdbClient.cpp | 588 encoder.AppendData(llvm::StringRef(request_id)); in SendSyncRequest()
|