Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbol.h182 void SetByteSize(lldb::addr_t size) { in SetByteSize() function
184 m_addr_range.SetByteSize(size); in SetByteSize()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp368 range.SetByteSize(symbol->GetByteSize()); in DoExecute()
399 range.SetByteSize(m_options.end_addr - m_options.start_addr); in DoExecute()
521 range.SetByteSize(sc.symbol->GetByteSize()); in DoExecute()
535 cur_range.SetByteSize(DEFAULT_DISASM_BYTE_SIZE); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DLineEntry.cpp212 complete_line_range.SetByteSize( in GetSameLineContiguousAddressRange()
222 complete_line_range.SetByteSize( in GetSameLineContiguousAddressRange()
H A DSymtab.cpp885 entry.SetByteSize(size); in AddSectionsToRangeMap()
904 entry.SetByteSize(pos->GetByteSize()); in InitAddressIndexes()
962 entry->SetByteSize(sym_size); in InitAddressIndexes()
964 symbol.SetByteSize(sym_size); in InitAddressIndexes()
H A DBlock.cpp242 range.SetByteSize(range_ptr->GetByteSize()); in GetRangeContainingAddress()
284 range.SetByteSize(vm_range.GetByteSize()); in GetRangeAtIndex()
H A DLineTable.cpp257 line_entry.range.SetByteSize(m_entries[idx + 1].file_addr - in ConvertEntryAtIndexToLineEntry()
260 line_entry.range.SetByteSize(0); in ConvertEntryAtIndexToLineEntry()
H A DSymbolContext.cpp428 range.SetByteSize(symbol->GetByteSize()); in GetAddressRange()
792 range.SetByteSize(range_size); in GetAddressRangeFromHereToEndLine()
H A DSymbol.cpp160 m_addr_range.SetByteSize( in SetReExportedSymbolSharedLibrary()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp175 func_range.SetByteSize(symbol_size); in ParseFunctions()
179 func_range.SetByteSize( in ParseFunctions()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DDataBufferHeap.h104 lldb::offset_t SetByteSize(lldb::offset_t byte_size);
H A DVMRange.h67 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } in SetByteSize() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DUnwindMacOSXFrameBackchain.cpp129 range.SetByteSize(first_frame_sc.symbol->GetByteSize()); in GetStackFrameData_i386()
220 range.SetByteSize(first_frame_sc.symbol->GetByteSize()); in GetStackFrameData_x86_64()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DMemory.cpp239 data_buffer_heap_ap->SetByteSize(process_bytes_read); in Read()
294 reserved_block.SetByteSize(block_size); in ReserveBlock()
301 free_block.SetByteSize(bytes_left); in ReserveBlock()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DDataBufferHeap.cpp66 uint64_t DataBufferHeap::SetByteSize(uint64_t new_size) { in SetByteSize() function in DataBufferHeap
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DAddressRange.h275 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } in SetByteSize() function
H A DValueObjectConstResult.h86 void SetByteSize(size_t size);
H A DSection.h167 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } in SetByteSize() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectConstResult.cpp204 SetByteSize(*size); in GetByteSize()
209 void ValueObjectConstResult::SetByteSize(size_t size) { m_byte_size = size; } in SetByteSize() function in ValueObjectConstResult
H A DDisassembler.cpp249 range.SetByteSize(disasm_range.GetByteSize()); in Disassemble()
657 range.SetByteSize(sc.symbol->GetByteSize()); in Disassemble()
663 range.SetByteSize(DEFAULT_DISASM_BYTE_SIZE); in Disassemble()
1184 data_sp->SetByteSize(bytes_read); in ParseInstructions()
H A DValue.cpp193 m_data_buffer.SetByteSize(len); in ResizeData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp449 region.GetRange().SetByteSize(entry->region_size); in CreateRegionsCacheFromMemoryInfoList()
474 region.GetRange().SetByteSize(memory_desc.memory.data_size); in CreateRegionsCacheFromMemoryList()
504 region.GetRange().SetByteSize(memory_desc.data_size); in CreateRegionsCacheFromMemory64List()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DFile.cpp533 data_heap_ap->SetByteSize(num_bytes_plus_nul_char); in Read()
541 data_heap_ap->SetByteSize(num_bytes_plus_nul_char); in Read()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp372 buffer.SetByteSize(data_size); in UpdateISAToDescriptorMapIfNeeded()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp236 section_sp->SetByteSize(upper - lower); in updateSectionLoadAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp658 buffer->SetByteSize(size); in MakeConstantLocationExpression()

12