Home
last modified time | relevance | path

Searched refs:SetByteSize (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDataEncoder.cpp139 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 DDataBufferHeap.cpp47 uint64_t DataBufferHeap::SetByteSize(uint64_t new_size) { in SetByteSize() function in DataBufferHeap
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp172 func_range.SetByteSize(symbol_size); in ParseFunctions()
176 func_range.SetByteSize( in ParseFunctions()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h212 void SetByteSize(lldb::addr_t size) { in SetByteSize() function
214 m_addr_range.SetByteSize(size); in SetByteSize()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataBufferHeap.h88 lldb::offset_t SetByteSize(lldb::offset_t byte_size);
H A DVMRange.h61 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } in SetByteSize() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp148 data_buffer_heap_sp->SetByteSize(process_bytes_read); in GetL2CacheLine()
312 reserved_block.SetByteSize(block_size); in ReserveBlock()
319 free_block.SetByteSize(bytes_left); in ReserveBlock()
H A DCoreFileMemoryRanges.cpp66 region_two->SetByteSize(byte_size); in FinalizeCoreFileSaveRanges()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressRange.h239 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } in SetByteSize() function
H A DSection.h188 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } in SetByteSize() function
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectConstResult.cpp213 SetByteSize(*size_or_err); in GetByteSize()
220 void ValueObjectConstResult::SetByteSize(size_t size) { m_byte_size = size; } in SetByteSize() function in ValueObjectConstResult
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp521 region.GetRange().SetByteSize(entry.RegionSize); in CreateRegionsCacheFromMemoryInfoList()
559 region.GetRange().SetByteSize(memory_desc.Memory.DataSize); in CreateRegionsCacheFromMemoryList()
573 region.GetRange().SetByteSize(memory_desc.first.DataSize); in CreateRegionsCacheFromMemoryList()
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObjectConstResult.h79 void SetByteSize(size_t size);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLineTable.cpp256 line_entry.range.SetByteSize(m_entries[idx + 1].file_addr - in ConvertEntryAtIndexToLineEntry()
259 line_entry.range.SetByteSize(0); in ConvertEntryAtIndexToLineEntry()
H A DSymtab.cpp930 entry.SetByteSize(size); in AddSectionsToRangeMap()
949 entry.SetByteSize(pos->GetByteSize()); in InitAddressIndexes()
1007 entry->SetByteSize(sym_size); in InitAddressIndexes()
1009 symbol.SetByteSize(sym_size); in InitAddressIndexes()
H A DSymbol.cpp210 m_addr_range.SetByteSize( in SetReExportedSymbolSharedLibrary()
681 m_addr_range.SetByteSize(data.GetU64(offset_ptr)); in Decode()
H A DFuncUnwinders.cpp336 range.SetByteSize(func_size); in GetAssemblyUnwindPlan()
H A DSymbolContext.cpp369 range.SetByteSize(symbol->GetByteSize()); in GetAddressRange()
720 range.SetByteSize(range_size); in GetAddressRangeFromHereToEndLine()
H A DBlock.cpp259 range.SetByteSize(range_ptr->GetByteSize()); in GetRangeContainingAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp359 buffer.SetByteSize(data_size); in UpdateISAToDescriptorMapIfNeeded()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp243 buffer->SetByteSize(size); in MakeConstantLocationExpression()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp580 range.SetByteSize(sc.symbol->GetByteSize()); in Disassemble()
586 range.SetByteSize(DEFAULT_DISASM_BYTE_SIZE); in Disassemble()
1141 data_sp->SetByteSize(bytes_read); in AppendInstructions()
H A DValue.cpp194 m_data_buffer.SetByteSize(len); in ResizeData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp250 section_sp->SetByteSize(upper - lower); in updateSectionLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp315 m_data.SetByteSize(size); in Allocation()

12