/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/ |
H A D | SymbolFileSymtab.cpp | 172 func_range.SetByteSize(symbol_size); in ParseFunctions() 176 func_range.SetByteSize( in ParseFunctions()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Symbol.h | 212 void SetByteSize(lldb::addr_t size) { in SetByteSize() 214 m_addr_range.SetByteSize(size); 210 void SetByteSize(lldb::addr_t size) { SetByteSize() function
|
/freebsd/contrib/llvm-project/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
|
H A D | RangeMap.h | 89 void SetByteSize(SizeType s) { size = s; } in SetByteSize() function
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Memory.cpp | 148 data_buffer_heap_sp->SetByteSize(process_bytes_read); in GetL2CacheLine() 311 reserved_block.SetByteSize(block_size); in ReserveBlock() 318 free_block.SetByteSize(bytes_left); in ReserveBlock()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | AddressRange.h | 239 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 | 172 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } in SetByteSize() function
|
/freebsd/contrib/llvm-project/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 | 548 range.SetByteSize(sc.symbol->GetByteSize()); in Disassemble() 554 range.SetByteSize(DEFAULT_DISASM_BYTE_SIZE); in Disassemble() 1109 data_sp->SetByteSize(bytes_read); in ParseInstructions()
|
H A D | Value.cpp | 192 m_data_buffer.SetByteSize(len); in ResizeData()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Block.cpp | 268 range.SetByteSize(range_ptr->GetByteSize()); in GetRangeContainingAddress() 310 range.SetByteSize(vm_range.GetByteSize()); in GetRangeAtIndex() 328 range.SetByteSize(vm_range.GetByteSize()); in GetRanges()
|
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 | Symtab.cpp | 929 entry.SetByteSize(size); in AddSectionsToRangeMap() 948 entry.SetByteSize(pos->GetByteSize()); in InitAddressIndexes() 1006 entry->SetByteSize(sym_size); in InitAddressIndexes() 1008 symbol.SetByteSize(sym_size); in InitAddressIndexes()
|
H A D | Symbol.cpp | 210 m_addr_range.SetByteSize( in SetReExportedSymbolSharedLibrary() 679 m_addr_range.SetByteSize(data.GetU64(offset_ptr)); in Decode()
|
H A D | SymbolContext.cpp | 422 range.SetByteSize(symbol->GetByteSize()); in GetAddressRange() 770 range.SetByteSize(range_size); in GetAddressRangeFromHereToEndLine()
|
H A D | DWARFCallFrameInfo.cpp | 584 range.SetByteSize(range_len); in FDEToUnwindPlan()
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntimeV1.cpp | 359 buffer.SetByteSize(data_size); in UpdateISAToDescriptorMapIfNeeded()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | DWARFLocationExpression.cpp | 243 buffer->SetByteSize(size); in MakeConstantLocationExpression()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
H A D | JITLoaderGDB.cpp | 250 section_sp->SetByteSize(upper - lower); in updateSectionLoadAddress()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRMemoryMap.cpp | 307 m_data.SetByteSize(size); in Allocation()
|