| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | Symbol.h | 182 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 D | CommandObjectDisassemble.cpp | 368 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 D | LineEntry.cpp | 212 complete_line_range.SetByteSize( in GetSameLineContiguousAddressRange() 222 complete_line_range.SetByteSize( in GetSameLineContiguousAddressRange()
|
| H A D | Symtab.cpp | 885 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 D | Block.cpp | 242 range.SetByteSize(range_ptr->GetByteSize()); in GetRangeContainingAddress() 284 range.SetByteSize(vm_range.GetByteSize()); in GetRangeAtIndex()
|
| H A D | LineTable.cpp | 257 line_entry.range.SetByteSize(m_entries[idx + 1].file_addr - in ConvertEntryAtIndexToLineEntry() 260 line_entry.range.SetByteSize(0); in ConvertEntryAtIndexToLineEntry()
|
| H A D | SymbolContext.cpp | 428 range.SetByteSize(symbol->GetByteSize()); in GetAddressRange() 792 range.SetByteSize(range_size); in GetAddressRangeFromHereToEndLine()
|
| H A D | Symbol.cpp | 160 m_addr_range.SetByteSize( in SetReExportedSymbolSharedLibrary()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/ |
| H A D | SymbolFileSymtab.cpp | 175 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 D | DataBufferHeap.h | 104 lldb::offset_t SetByteSize(lldb::offset_t byte_size);
|
| H A D | VMRange.h | 67 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 D | UnwindMacOSXFrameBackchain.cpp | 129 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 D | Memory.cpp | 239 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 D | DataBufferHeap.cpp | 66 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 D | AddressRange.h | 275 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } in SetByteSize() function
|
| H A D | ValueObjectConstResult.h | 86 void SetByteSize(size_t size);
|
| H A D | Section.h | 167 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 D | ValueObjectConstResult.cpp | 204 SetByteSize(*size); in GetByteSize() 209 void ValueObjectConstResult::SetByteSize(size_t size) { m_byte_size = size; } in SetByteSize() function in ValueObjectConstResult
|
| H A D | Disassembler.cpp | 249 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 D | Value.cpp | 193 m_data_buffer.SetByteSize(len); in ResizeData()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/ |
| H A D | MinidumpParser.cpp | 449 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 D | File.cpp | 533 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 D | AppleObjCRuntimeV1.cpp | 372 buffer.SetByteSize(data_size); in UpdateISAToDescriptorMapIfNeeded()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 236 section_sp->SetByteSize(upper - lower); in updateSectionLoadAddress()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | DWARFLocationExpression.cpp | 658 buffer->SetByteSize(size); in MakeConstantLocationExpression()
|