/external/llvm-project/lldb/include/lldb/Symbol/ |
D | Symbol.h | 178 void SetByteSize(lldb::addr_t size) { in SetByteSize() function 180 m_addr_range.SetByteSize(size); in SetByteSize()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/ |
D | SymbolFileSymtab.cpp | 176 func_range.SetByteSize(symbol_size); in ParseFunctions() 180 func_range.SetByteSize( in ParseFunctions()
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | DataBufferHeap.h | 85 lldb::offset_t SetByteSize(lldb::offset_t byte_size);
|
D | VMRange.h | 61 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } in SetByteSize() function
|
/external/llvm-project/lldb/source/Utility/ |
D | DataBufferHeap.cpp | 49 uint64_t DataBufferHeap::SetByteSize(uint64_t new_size) { in SetByteSize() function in DataBufferHeap
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | AddressRange.h | 238 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } in SetByteSize() function
|
D | ValueObjectConstResult.h | 77 void SetByteSize(size_t size);
|
D | Section.h | 158 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } in SetByteSize() function
|
/external/llvm-project/lldb/source/Target/ |
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()
|
/external/llvm-project/lldb/source/Core/ |
D | ValueObjectConstResult.cpp | 211 SetByteSize(*size); in GetByteSize() 216 void ValueObjectConstResult::SetByteSize(size_t size) { m_byte_size = size; } in SetByteSize() function in ValueObjectConstResult
|
D | Disassembler.cpp | 551 range.SetByteSize(sc.symbol->GetByteSize()); in Disassemble() 557 range.SetByteSize(DEFAULT_DISASM_BYTE_SIZE); in Disassemble() 1070 data_sp->SetByteSize(bytes_read); in ParseInstructions()
|
D | Value.cpp | 178 m_data_buffer.SetByteSize(len); in ResizeData()
|
/external/llvm-project/lldb/source/Plugins/Process/minidump/ |
D | MinidumpParser.cpp | 530 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()
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.cpp | 1315 entry.SetByteSize(encryption_cmd.cryptsize); in GetEncryptedFileRanges() 1715 segment->SetByteSize(new_seg_byte_size); in ProcessSegmentCommand() 1723 segment->SetByteSize(curr_seg_max_addr - sect64_min_addr); in ProcessSegmentCommand() 1817 curr_section_sp->SetByteSize(next_section_sp->GetFileAddress() - in ProcessSegmentCommand() 1820 curr_section_sp->SetByteSize(load_cmd.vmsize); in ProcessSegmentCommand() 1887 m_section_infos[n_sect].vm_range.SetByteSize( in GetSection() 2919 ->SetByteSize(nlist.n_value); in ParseSymtab() 2999 symbol_ptr->SetByteSize(sym_idx); in ParseSymtab() 3106 symbol_ptr->SetByteSize(sym_idx + 1); in ParseSymtab() 3171 symbol_ptr->SetByteSize(sym_idx + 1); in ParseSymtab() [all …]
|
/external/llvm-project/lldb/source/Symbol/ |
D | Block.cpp | 257 range.SetByteSize(range_ptr->GetByteSize()); in GetRangeContainingAddress() 299 range.SetByteSize(vm_range.GetByteSize()); in GetRangeAtIndex()
|
D | Symtab.cpp | 846 entry.SetByteSize(size); in AddSectionsToRangeMap() 865 entry.SetByteSize(pos->GetByteSize()); in InitAddressIndexes() 923 entry->SetByteSize(sym_size); in InitAddressIndexes() 925 symbol.SetByteSize(sym_size); in InitAddressIndexes()
|
D | LineTable.cpp | 286 line_entry.range.SetByteSize(m_entries[idx + 1].file_addr - in ConvertEntryAtIndexToLineEntry() 289 line_entry.range.SetByteSize(0); in ConvertEntryAtIndexToLineEntry()
|
D | SymbolContext.cpp | 411 range.SetByteSize(symbol->GetByteSize()); in GetAddressRange() 761 range.SetByteSize(range_size); in GetAddressRangeFromHereToEndLine()
|
D | Symbol.cpp | 163 m_addr_range.SetByteSize( in SetReExportedSymbolSharedLibrary()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | DWARFLocationExpression.cpp | 237 buffer->SetByteSize(size); in MakeConstantLocationExpression()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCRuntimeV1.cpp | 372 buffer.SetByteSize(data_size); in UpdateISAToDescriptorMapIfNeeded()
|
/external/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
D | JITLoaderGDB.cpp | 251 section_sp->SetByteSize(upper - lower); in updateSectionLoadAddress()
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
D | PECallFrameInfo.cpp | 454 range.SetByteSize(runtime_function->EndAddress - in GetAddressRange()
|
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | ProcessDebugger.cpp | 460 info.GetRange().SetByteSize(mem_info.RegionSize - page_offset); in GetMemoryRegionInfo()
|
/external/llvm-project/lldb/source/Expression/ |
D | IRMemoryMap.cpp | 281 m_data.SetByteSize(size); in Allocation()
|