Searched refs:SetByteSize (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataBufferHeap.h85 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; } function in class:lldb_private::VMRange
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DDataBufferHeap.cpp49 uint64_t DataBufferHeap::SetByteSize(uint64_t new_size) { function in class:DataBufferHeap
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressRange.h238 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } function in class:lldb_private::AddressRange
H A DValueObjectConstResult.h77 void SetByteSize(size_t size);
H A DSection.h157 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } function in class:lldb_private::Section
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h178 void SetByteSize(lldb::addr_t size) { function in class:lldb_private::Symbol
180 m_addr_range.SetByteSize(size);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp330 range.SetByteSize(symbol->GetByteSize());
361 range.SetByteSize(m_options.end_addr - m_options.start_addr);
483 range.SetByteSize(sc.symbol->GetByteSize());
497 cur_range.SetByteSize(DEFAULT_DISASM_BYTE_SIZE);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DUnwindMacOSXFrameBackchain.cpp130 range.SetByteSize(first_frame_sc.symbol->GetByteSize());
221 range.SetByteSize(first_frame_sc.symbol->GetByteSize());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp176 func_range.SetByteSize(symbol_size);
180 func_range.SetByteSize(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp236 data_buffer_heap_up->SetByteSize(process_bytes_read);
291 reserved_block.SetByteSize(block_size);
298 free_block.SetByteSize(bytes_left);
H A DStackFrame.cpp1322 pc_range.SetByteSize(target_arch.GetMaximumOpcodeByteSize());
1947 pc_range.SetByteSize(disasm_lines *
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResult.cpp203 SetByteSize(*size);
208 void ValueObjectConstResult::SetByteSize(size_t size) { m_byte_size = size; } function in class:ValueObjectConstResult
H A DDisassembler.cpp258 range.SetByteSize(disasm_range.GetByteSize());
669 range.SetByteSize(sc.symbol->GetByteSize());
675 range.SetByteSize(DEFAULT_DISASM_BYTE_SIZE);
1206 data_sp->SetByteSize(bytes_read);
H A DValue.cpp192 m_data_buffer.SetByteSize(len);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp445 region.GetRange().SetByteSize(entry.RegionSize);
483 region.GetRange().SetByteSize(memory_desc.Memory.DataSize);
513 region.GetRange().SetByteSize(memory_desc.data_size);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp237 buffer->SetByteSize(size);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DLineTable.cpp266 line_entry.range.SetByteSize(m_entries[idx + 1].file_addr -
269 line_entry.range.SetByteSize(0);
H A DBlock.cpp257 range.SetByteSize(range_ptr->GetByteSize());
299 range.SetByteSize(vm_range.GetByteSize());
H A DSymtab.cpp846 entry.SetByteSize(size);
865 entry.SetByteSize(pos->GetByteSize());
923 entry->SetByteSize(sym_size);
925 symbol.SetByteSize(sym_size);
H A DSymbol.cpp163 m_addr_range.SetByteSize(
H A DSymbolContext.cpp406 range.SetByteSize(symbol->GetByteSize());
756 range.SetByteSize(range_size);
H A DDWARFCallFrameInfo.cpp585 range.SetByteSize(range_len);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp371 buffer.SetByteSize(data_size);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp251 section_sp->SetByteSize(upper - lower);

Completed in 307 milliseconds

12