| /llvm-project/lldb/unittests/Target/ |
| H A D | MemoryTest.cpp | 117 data_sp->SetByteSize(l2_cache_size); in TEST_F() 124 data_sp->SetByteSize(l2_cache_size * 2); in TEST_F() 131 data_sp->SetByteSize(l2_cache_size + 1); in TEST_F() 141 data_sp->SetByteSize(l2_cache_size); in TEST_F() 149 data_sp->SetByteSize(l2_cache_size - 5); in TEST_F() 159 data_sp->SetByteSize(l2_cache_size - 5); in TEST_F() 167 data_sp->SetByteSize(10); in TEST_F() 176 data_sp->SetByteSize(l2_cache_size); in TEST_F() 185 data_sp->SetByteSize(l2_cache_size); in TEST_F() 196 data_sp->SetByteSize(l2_cache_size * 2); in TEST_F() [all …]
|
| /llvm-project/lldb/source/Utility/ |
| H A D | DataEncoder.cpp | 139 m_data_sp->SetByteSize(m_data_sp->GetByteSize() + sizeof(value)); in AppendU16() 145 m_data_sp->SetByteSize(m_data_sp->GetByteSize() + sizeof(value)); in AppendU32() 151 m_data_sp->SetByteSize(m_data_sp->GetByteSize() + sizeof(value)); in AppendU64()
|
| H A D | DataBufferHeap.cpp | 47 uint64_t DataBufferHeap::SetByteSize(uint64_t new_size) { in SetByteSize() function in DataBufferHeap
|
| /llvm-project/lldb/unittests/Symbol/ |
| H A D | SymbolTest.cpp | 114 symbol.SetByteSize(0); in TEST() 116 symbol.SetByteSize(0x100); in TEST()
|
| /llvm-project/lldb/source/Plugins/SymbolFile/Symtab/ |
| H A D | SymbolFileSymtab.cpp | 172 func_range.SetByteSize(symbol_size); in ParseFunctions() 176 func_range.SetByteSize( in ParseFunctions()
|
| /llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Symbol.h | 212 void SetByteSize(lldb::addr_t size) { in SetByteSize() function 214 m_addr_range.SetByteSize(size); in SetByteSize()
|
| /llvm-project/lldb/source/Target/ |
| H A D | Memory.cpp | 148 data_buffer_heap_sp->SetByteSize(process_bytes_read); in GetL2CacheLine() 312 reserved_block.SetByteSize(block_size); in ReserveBlock() 319 free_block.SetByteSize(bytes_left); in ReserveBlock()
|
| /llvm-project/lldb/include/lldb/Utility/ |
| H A D | DataBufferHeap.h | 88 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
|
| /llvm-project/lldb/source/Core/ |
| H A D | ValueObjectConstResult.cpp | |
| H A D | Disassembler.cpp | 562 range.SetByteSize(sc.symbol->GetByteSize()); in Disassemble() 568 range.SetByteSize(DEFAULT_DISASM_BYTE_SIZE); 1121 data_sp->SetByteSize(bytes_read); in Disassembler()
|
| /llvm-project/lldb/include/lldb/Core/ |
| H A D | AddressRange.h | 239 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } in SetByteSize() function
|
| H A D | ValueObjectConstResult.h | |
| H A D | Section.h | 172 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } in SetByteSize() function
|
| /llvm-project/lldb/source/Symbol/ |
| H A D | Block.cpp | 261 range.SetByteSize(range_ptr->GetByteSize()); in GetRangeContainingAddress() 303 range.SetByteSize(vm_range.GetByteSize()); in GetRangeAtIndex() 321 range.SetByteSize(vm_range.GetByteSize()); in GetRanges()
|
| 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 | Symtab.cpp | 929 entry.SetByteSize(size); in AddSectionsToRangeMap() 948 entry.SetByteSize(pos->GetByteSize()); in InitAddressIndexes() 1006 entry->SetByteSize(sym_size); in InitAddressIndexes() 1008 symbol.SetByteSize(sym_size); in InitAddressIndexes()
|
| H A D | Symbol.cpp | 210 m_addr_range.SetByteSize( in SetReExportedSymbolSharedLibrary() 679 m_addr_range.SetByteSize(data.GetU64(offset_ptr)); in Decode()
|
| H A D | SymbolContext.cpp | 364 range.SetByteSize(symbol->GetByteSize()); in Dump() 705 range.SetByteSize(range_size); in GetFunctionStartLineEntry()
|
| /llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | MinidumpParser.cpp | 518 region.GetRange().SetByteSize(entry.RegionSize); in CreateRegionsCacheFromMemoryInfoList() 556 region.GetRange().SetByteSize(memory_desc.Memory.DataSize); in CreateRegionsCacheFromMemoryList() 570 region.GetRange().SetByteSize(memory_desc.first.DataSize); in CreateRegionsCacheFromMemoryList()
|
| /llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.cpp | 1354 entry.SetByteSize(encryption_cmd.cryptsize); in GetEncryptedFileRanges() 1814 segment->SetByteSize(new_seg_byte_size); in ProcessSegmentCommand() 1822 segment->SetByteSize(curr_seg_max_addr - sect64_min_addr); in ProcessSegmentCommand() 1916 curr_section_sp->SetByteSize(next_section_sp->GetFileAddress() - in ProcessDysymtabCommand() 1919 curr_section_sp->SetByteSize(load_cmd.vmsize); in ProcessDysymtabCommand() 1986 m_section_infos[n_sect].vm_range.SetByteSize( in GetSection() 2952 ->SetByteSize(nlist.n_value); in ParseSymtab() 3032 symbol_ptr->SetByteSize(sym_idx); in ParseSymtab() 3139 symbol_ptr->SetByteSize(sym_idx + 1); in ParseSymtab() 3204 symbol_ptr->SetByteSize(sym_id in ParseSymtab() [all...] |
| /llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV1.cpp | 359 buffer.SetByteSize(data_size); in UpdateISAToDescriptorMapIfNeeded()
|
| /llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | DWARFLocationExpression.cpp | 243 buffer->SetByteSize(size); in MakeConstantLocationExpression()
|
| /llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 248 section_sp->SetByteSize(upper - lower); in updateSectionLoadAddress()
|
| /llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
| H A D | PECallFrameInfo.cpp | 452 range.SetByteSize(runtime_function->EndAddress - in GetAddressRange()
|