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()
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 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
H A DRangeMap.h89 void SetByteSize(SizeType s) { size = s; } in SetByteSize() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp148 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 DAddressRange.h239 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } in SetByteSize() function
H A DValueObjectConstResult.h78 void SetByteSize(size_t size);
H A DSection.h172 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } in SetByteSize() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResult.cpp212 SetByteSize(*size); in GetByteSize()
217 void ValueObjectConstResult::SetByteSize(size_t size) { m_byte_size = size; } in SetByteSize() function in ValueObjectConstResult
H A DDisassembler.cpp548 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 DValue.cpp192 m_data_buffer.SetByteSize(len); in ResizeData()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp268 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 DLineTable.cpp286 line_entry.range.SetByteSize(m_entries[idx + 1].file_addr - in ConvertEntryAtIndexToLineEntry()
289 line_entry.range.SetByteSize(0); in ConvertEntryAtIndexToLineEntry()
H A DSymtab.cpp929 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 DSymbol.cpp210 m_addr_range.SetByteSize( in SetReExportedSymbolSharedLibrary()
679 m_addr_range.SetByteSize(data.GetU64(offset_ptr)); in Decode()
H A DSymbolContext.cpp422 range.SetByteSize(symbol->GetByteSize()); in GetAddressRange()
770 range.SetByteSize(range_size); in GetAddressRangeFromHereToEndLine()
H A DDWARFCallFrameInfo.cpp584 range.SetByteSize(range_len); in FDEToUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp530 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 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/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp250 section_sp->SetByteSize(upper - lower); in updateSectionLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp307 m_data.SetByteSize(size); in Allocation()

12