Home
last modified time | relevance | path

Searched refs:SetByteSize (Results 1 – 25 of 39) sorted by relevance

12

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DDataEncoder.cpp139 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 DDataBufferHeap.cpp47 uint64_t DataBufferHeap::SetByteSize(uint64_t new_size) { in SetByteSize() function in DataBufferHeap
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp172 func_range.SetByteSize(symbol_size); in ParseFunctions()
176 func_range.SetByteSize( in ParseFunctions()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymbol.h196 void SetByteSize(lldb::addr_t size) { in SetByteSize() function
198 m_addr_range.SetByteSize(size); in SetByteSize()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DDataBufferHeap.h88 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; } in SetByteSize() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DMemory.cpp241 data_buffer_heap_up->SetByteSize(process_bytes_read); in Read()
297 reserved_block.SetByteSize(block_size); in ReserveBlock()
304 free_block.SetByteSize(bytes_left); in ReserveBlock()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DAddressRange.h237 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } in SetByteSize() function
H A DValueObjectConstResult.h78 void SetByteSize(size_t size);
H A DSection.h164 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } in SetByteSize() function
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObjectConstResult.cpp212 SetByteSize(*size); in GetByteSize()
217 void ValueObjectConstResult::SetByteSize(size_t size) { m_byte_size = size; } in SetByteSize() function in ValueObjectConstResult
H A DDisassembler.cpp551 range.SetByteSize(sc.symbol->GetByteSize()); in Disassemble()
557 range.SetByteSize(DEFAULT_DISASM_BYTE_SIZE); in Disassemble()
1105 data_sp->SetByteSize(bytes_read); in ParseInstructions()
H A DValue.cpp176 m_data_buffer.SetByteSize(len); in ResizeData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp530 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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1363 entry.SetByteSize(encryption_cmd.cryptsize); in GetEncryptedFileRanges()
1771 segment->SetByteSize(new_seg_byte_size); in ProcessSegmentCommand()
1779 segment->SetByteSize(curr_seg_max_addr - sect64_min_addr); in ProcessSegmentCommand()
1873 curr_section_sp->SetByteSize(next_section_sp->GetFileAddress() - in ProcessSegmentCommand()
1876 curr_section_sp->SetByteSize(load_cmd.vmsize); in ProcessSegmentCommand()
1943 m_section_infos[n_sect].vm_range.SetByteSize( in GetSection()
2928 ->SetByteSize(nlist.n_value); in ParseSymtab()
3008 symbol_ptr->SetByteSize(sym_idx); in ParseSymtab()
3115 symbol_ptr->SetByteSize(sym_idx + 1); in ParseSymtab()
3180 symbol_ptr->SetByteSize(sym_idx + 1); in ParseSymtab()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DLineTable.cpp286 line_entry.range.SetByteSize(m_entries[idx + 1].file_addr - in ConvertEntryAtIndexToLineEntry()
289 line_entry.range.SetByteSize(0); in ConvertEntryAtIndexToLineEntry()
H A DBlock.cpp268 range.SetByteSize(range_ptr->GetByteSize()); in GetRangeContainingAddress()
310 range.SetByteSize(vm_range.GetByteSize()); in GetRangeAtIndex()
H A DSymtab.cpp917 entry.SetByteSize(size); in AddSectionsToRangeMap()
936 entry.SetByteSize(pos->GetByteSize()); in InitAddressIndexes()
994 entry->SetByteSize(sym_size); in InitAddressIndexes()
996 symbol.SetByteSize(sym_size); in InitAddressIndexes()
H A DSymbol.cpp162 m_addr_range.SetByteSize( in SetReExportedSymbolSharedLibrary()
631 m_addr_range.SetByteSize(data.GetU64(offset_ptr)); in Decode()
H A DSymbolContext.cpp409 range.SetByteSize(symbol->GetByteSize()); in GetAddressRange()
755 range.SetByteSize(range_size); in GetAddressRangeFromHereToEndLine()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp359 buffer.SetByteSize(data_size); in UpdateISAToDescriptorMapIfNeeded()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp243 buffer->SetByteSize(size); in MakeConstantLocationExpression()
/openbsd-src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp248 section_sp->SetByteSize(upper - lower); in updateSectionLoadAddress()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DPECallFrameInfo.cpp452 range.SetByteSize(runtime_function->EndAddress - in GetAddressRange()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.cpp456 info.GetRange().SetByteSize(mem_info.RegionSize - page_offset); in GetMemoryRegionInfo()

12