| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | DataEncoder.cpp | 139 m_data_sp->SetByteSize(m_data_sp->GetByteSize() + sizeof(value)); in AppendU16() 145 m_data_sp->SetByteSize(m_data_sp->GetByteSize() + sizeof(value)); in AppendU32() 151 m_data_sp->SetByteSize(m_data_sp->GetByteSize() + sizeof(value)); in AppendU64()
|
| H A D | DataBufferHeap.cpp | 47 uint64_t DataBufferHeap::SetByteSize(uint64_t new_size) { in SetByteSize() function in DataBufferHeap
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Symtab/ |
| H A D | SymbolFileSymtab.cpp | 172 func_range.SetByteSize(symbol_size); in ParseFunctions() 176 func_range.SetByteSize( in ParseFunctions()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | Symbol.h | 196 void SetByteSize(lldb::addr_t size) { in SetByteSize() function 198 m_addr_range.SetByteSize(size); in SetByteSize()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | DataBufferHeap.h | 88 lldb::offset_t SetByteSize(lldb::offset_t byte_size);
|
| H A D | VMRange.h | 61 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } in SetByteSize() function
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Memory.cpp | 241 data_buffer_heap_up->SetByteSize(process_bytes_read); in Read() 297 reserved_block.SetByteSize(block_size); in ReserveBlock() 304 free_block.SetByteSize(bytes_left); in ReserveBlock()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | AddressRange.h | 237 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } in SetByteSize() function
|
| H A D | ValueObjectConstResult.h | 78 void SetByteSize(size_t size);
|
| H A D | Section.h | 164 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } in SetByteSize() function
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | ValueObjectConstResult.cpp | 212 SetByteSize(*size); in GetByteSize() 217 void ValueObjectConstResult::SetByteSize(size_t size) { m_byte_size = size; } in SetByteSize() function in ValueObjectConstResult
|
| H A D | Disassembler.cpp | 551 range.SetByteSize(sc.symbol->GetByteSize()); in Disassemble() 557 range.SetByteSize(DEFAULT_DISASM_BYTE_SIZE); in Disassemble() 1105 data_sp->SetByteSize(bytes_read); in ParseInstructions()
|
| H A D | Value.cpp | 176 m_data_buffer.SetByteSize(len); in ResizeData()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/ |
| H A D | MinidumpParser.cpp | 530 region.GetRange().SetByteSize(entry.RegionSize); in CreateRegionsCacheFromMemoryInfoList() 568 region.GetRange().SetByteSize(memory_desc.Memory.DataSize); in CreateRegionsCacheFromMemoryList() 598 region.GetRange().SetByteSize(memory_desc.data_size); in CreateRegionsCacheFromMemory64List()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.cpp | 1363 entry.SetByteSize(encryption_cmd.cryptsize); in GetEncryptedFileRanges() 1771 segment->SetByteSize(new_seg_byte_size); in ProcessSegmentCommand() 1779 segment->SetByteSize(curr_seg_max_addr - sect64_min_addr); in ProcessSegmentCommand() 1873 curr_section_sp->SetByteSize(next_section_sp->GetFileAddress() - in ProcessSegmentCommand() 1876 curr_section_sp->SetByteSize(load_cmd.vmsize); in ProcessSegmentCommand() 1943 m_section_infos[n_sect].vm_range.SetByteSize( in GetSection() 2928 ->SetByteSize(nlist.n_value); in ParseSymtab() 3008 symbol_ptr->SetByteSize(sym_idx); in ParseSymtab() 3115 symbol_ptr->SetByteSize(sym_idx + 1); in ParseSymtab() 3180 symbol_ptr->SetByteSize(sym_idx + 1); in ParseSymtab() [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | LineTable.cpp | 286 line_entry.range.SetByteSize(m_entries[idx + 1].file_addr - in ConvertEntryAtIndexToLineEntry() 289 line_entry.range.SetByteSize(0); in ConvertEntryAtIndexToLineEntry()
|
| H A D | Block.cpp | 268 range.SetByteSize(range_ptr->GetByteSize()); in GetRangeContainingAddress() 310 range.SetByteSize(vm_range.GetByteSize()); in GetRangeAtIndex()
|
| H A D | Symtab.cpp | 917 entry.SetByteSize(size); in AddSectionsToRangeMap() 936 entry.SetByteSize(pos->GetByteSize()); in InitAddressIndexes() 994 entry->SetByteSize(sym_size); in InitAddressIndexes() 996 symbol.SetByteSize(sym_size); in InitAddressIndexes()
|
| H A D | Symbol.cpp | 162 m_addr_range.SetByteSize( in SetReExportedSymbolSharedLibrary() 631 m_addr_range.SetByteSize(data.GetU64(offset_ptr)); in Decode()
|
| H A D | SymbolContext.cpp | 409 range.SetByteSize(symbol->GetByteSize()); in GetAddressRange() 755 range.SetByteSize(range_size); in GetAddressRangeFromHereToEndLine()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV1.cpp | 359 buffer.SetByteSize(data_size); in UpdateISAToDescriptorMapIfNeeded()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | DWARFLocationExpression.cpp | 243 buffer->SetByteSize(size); in MakeConstantLocationExpression()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 248 section_sp->SetByteSize(upper - lower); in updateSectionLoadAddress()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ |
| H A D | PECallFrameInfo.cpp | 452 range.SetByteSize(runtime_function->EndAddress - in GetAddressRange()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | ProcessDebugger.cpp | 456 info.GetRange().SetByteSize(mem_info.RegionSize - page_offset); in GetMemoryRegionInfo()
|