| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Symbol.h | 186 void SetByteSize(lldb::addr_t size) { in SetByteSize() function 188 m_addr_range.SetByteSize(size); in SetByteSize()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/ |
| H A D | SymbolFileSymtab.cpp | 176 func_range.SetByteSize(symbol_size); in ParseFunctions() 180 func_range.SetByteSize( in ParseFunctions()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | DataBufferHeap.h | 85 lldb::offset_t SetByteSize(lldb::offset_t byte_size);
|
| H A D | VMRange.h | 61 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } in SetByteSize() function
|
| H A D | RangeMap.h | 73 void SetByteSize(SizeType s) { size = s; } in SetByteSize() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | DataBufferHeap.cpp | 49 uint64_t DataBufferHeap::SetByteSize(uint64_t new_size) { in SetByteSize() function in DataBufferHeap
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | AddressRange.h | 237 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } in SetByteSize() function
|
| H A D | ValueObjectConstResult.h | 77 void SetByteSize(size_t size);
|
| H A D | Section.h | 158 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } in SetByteSize() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Memory.cpp | 240 data_buffer_heap_up->SetByteSize(process_bytes_read); in Read() 296 reserved_block.SetByteSize(block_size); in ReserveBlock() 303 free_block.SetByteSize(bytes_left); in ReserveBlock()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObjectConstResult.cpp | 211 SetByteSize(*size); in GetByteSize() 216 void ValueObjectConstResult::SetByteSize(size_t size) { m_byte_size = size; } in SetByteSize() function in ValueObjectConstResult
|
| H A D | Disassembler.cpp | 549 range.SetByteSize(sc.symbol->GetByteSize()); in Disassemble() 555 range.SetByteSize(DEFAULT_DISASM_BYTE_SIZE); in Disassemble() 1068 data_sp->SetByteSize(bytes_read); in ParseInstructions()
|
| H A D | Value.cpp | 178 m_data_buffer.SetByteSize(len); in ResizeData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | MinidumpParser.cpp | 534 region.GetRange().SetByteSize(entry.RegionSize); in CreateRegionsCacheFromMemoryInfoList() 572 region.GetRange().SetByteSize(memory_desc.Memory.DataSize); in CreateRegionsCacheFromMemoryList() 602 region.GetRange().SetByteSize(memory_desc.data_size); in CreateRegionsCacheFromMemory64List()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Symtab.cpp | 910 entry.SetByteSize(size); in AddSectionsToRangeMap() 929 entry.SetByteSize(pos->GetByteSize()); in InitAddressIndexes() 987 entry->SetByteSize(sym_size); in InitAddressIndexes() 989 symbol.SetByteSize(sym_size); in InitAddressIndexes()
|
| H A D | Block.cpp | 257 range.SetByteSize(range_ptr->GetByteSize()); in GetRangeContainingAddress() 299 range.SetByteSize(vm_range.GetByteSize()); in GetRangeAtIndex()
|
| H A D | LineTable.cpp | 286 line_entry.range.SetByteSize(m_entries[idx + 1].file_addr - in ConvertEntryAtIndexToLineEntry() 289 line_entry.range.SetByteSize(0); in ConvertEntryAtIndexToLineEntry()
|
| H A D | SymbolContext.cpp | 409 range.SetByteSize(symbol->GetByteSize()); in GetAddressRange() 759 range.SetByteSize(range_size); in GetAddressRangeFromHereToEndLine()
|
| H A D | Symbol.cpp | 162 m_addr_range.SetByteSize( in SetReExportedSymbolSharedLibrary()
|
| H A D | DWARFCallFrameInfo.cpp | 584 range.SetByteSize(range_len); in FDEToUnwindPlan()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | DWARFLocationExpression.cpp | 237 buffer->SetByteSize(size); in MakeConstantLocationExpression()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV1.cpp | 370 buffer.SetByteSize(data_size); in UpdateISAToDescriptorMapIfNeeded()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 253 section_sp->SetByteSize(upper - lower); in updateSectionLoadAddress()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRMemoryMap.cpp | 281 m_data.SetByteSize(size); in Allocation()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.cpp | 628 range_info.GetRange().SetByteSize( in GetMemoryRegionInfo()
|