Home
last modified time | relevance | path

Searched refs:m_offset (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project/lldb/include/lldb/Core/
H A DAddress.h131 : m_section_wp(rhs.m_section_wp), m_offset(rhs.m_offset) {} in Address()
146 m_offset(offset) { in Address()
183 m_offset = LLDB_INVALID_ADDRESS; in Clear()
329 lldb::addr_t GetOffset() const { return m_offset; } in GetOffset()
355 bool IsValid() const { return m_offset != LLDB_INVALID_ADDRESS; } in IsValid()
449 bool changed = m_offset != offset; in SetOffset()
450 m_offset = offset; in SetOffset()
456 m_offset = addr; in SetRawAddress()
460 if (m_offset != LLDB_INVALID_ADDRESS) { in Slide()
461 m_offset += offset; in Slide()
[all …]
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.cpp
H A DDWARFDebugInfoEntry.h41 : m_offset(DW_INVALID_OFFSET), m_parent_idx(0), m_sibling_idx(0), in DWARFDebugInfoEntry()
44 explicit operator bool() const { return m_offset != DW_INVALID_OFFSET; }
142 dw_offset_t GetOffset() const { return m_offset; }
184 dw_offset_t m_offset : DW_DIE_OFFSET_MAX_BITSIZE;
H A DDWARFDebugArangeSet.h
H A DDWARFDebugInfoEntry.cpp46 m_offset = *offset_ptr; in Extract()
51 static_cast<uint64_t>(m_offset), llvm::formatv(fmt, vals...)); in Extract()
673 return m_offset == rhs.m_offset && m_parent_idx == rhs.m_parent_idx &&
/llvm-project/lldb/source/Core/
H A DAddress.cpp234 Address::Address(lldb::addr_t abs_addr) : m_section_wp(), m_offset(abs_addr) {}
244 m_offset = rhs.m_offset; in operator =()
257 m_offset = file_addr - section_sp->GetFileAddress(); in ResolveAddressUsingFileSections()
262 m_offset = file_addr; in ResolveAddressUsingFileSections()
302 return sect_file_addr + m_offset; in GetFileAddress()
309 return m_offset; in GetFileAddress()
321 return sect_load_addr + m_offset; in GetLoadAddress()
330 return m_offset; in GetLoadAddress()
363 m_offset in SetCallableLoadAddress()
[all...]
/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp154 const lldb::addr_t load_addr = process_address + m_offset; in Materialize()
206 const lldb::addr_t load_addr = process_address + m_offset; in Dematerialize()
212 (uint64_t)process_address + m_offset, in Dematerialize()
353 const lldb::addr_t load_addr = process_address + m_offset; in DumpToLog()
444 const lldb::addr_t load_addr = process_address + m_offset; in Materialize()
608 const lldb::addr_t load_addr = process_address + m_offset; in Dematerialize()
688 const lldb::addr_t load_addr = process_address + m_offset; in DumpToLog()
934 const lldb::addr_t load_addr = process_address + m_offset; in Materialize()
1005 const lldb::addr_t load_addr = process_address + m_offset; in Dematerialize()
1118 const lldb::addr_t load_addr = process_address + m_offset; in DumpToLog()
[all...]
/llvm-project/lldb/include/lldb/Expression/
H A DMaterializer.h134 uint32_t GetOffset() { return m_offset; } in GetOffset()
136 void SetOffset(uint32_t offset) { m_offset = offset; } in SetOffset()
141 uint32_t m_offset = 0; variable
/llvm-project/lldb/include/lldb/Symbol/
H A DObjectContainer.h75 virtual lldb::addr_t GetOffset() const { return m_offset; } in GetOffset()
137 lldb::addr_t m_offset; variable
H A DUnwindPlan.h359 lldb::addr_t GetOffset() const { return m_offset; }
361 void SetOffset(lldb::addr_t offset) { m_offset = offset; }
363 void SlideOffset(lldb::addr_t offset) { m_offset += offset; }
421 lldb::addr_t m_offset = 0; // Offset into the function for this row
387 lldb::addr_t m_offset = 0; // Offset into the function for this row global() variable
/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp69 : m_breakpoint(bkpt), m_offset(offset), SubclassID(resolverTy) {} in BreakpointResolver()
163 // Add the m_offset to the dictionary: in WrapOptionsDict()
164 options_dict_sp->AddIntegerItem(GetKey(OptionNames::Offset), m_offset);
368 loc_addr.Slide(m_offset);
375 // lldb::addr_t slide = offset - m_offset;
379 m_offset = offset;
/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h78 lldb::addr_t GetOffset() const { return m_offset; } in GetOffset()
222 lldb::addr_t m_offset; // A random offset the user asked us to add to any variable
/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp53 : m_num_per_line(1, 1), m_offset(0, 0), in OptionGroupReadMemory()
93 error = m_offset.SetValueFromString(option_value); in SetOptionValue()
107 m_offset.Clear(); in OptionParsingStarting()
272 m_view_as_type.OptionWasSet() || m_offset.OptionWasSet() || in AnyOptionWasSet()
280 OptionValueUInt64 m_offset; member in OptionGroupReadMemory
650 addr = addr + (*size * m_memory_options.m_offset.GetCurrentValue()); in DoExecute()
892 OptionGroupFindMemory() : m_count(1), m_offset(0) {} in OptionGroupFindMemory()
920 if (m_offset.SetValueFromString(option_value).Fail()) in SetOptionValue()
939 OptionValueUInt64 m_offset; member in CommandObjectMemoryFind::OptionGroupFindMemory
1098 found_location + m_memory_options.m_offset in DoExecute()
[all...]
H A DCommandObjectPlatform.cpp582 fd, m_options.m_offset, &buffer[0], m_options.m_count, error); in DoExecute()
611 if (option_arg.getAsInteger(0, m_offset)) in SetOptionValue()
628 m_offset = 0; in OptionParsingStarting()
638 uint32_t m_offset; member in CommandObjectPlatformFRead::CommandOptions
675 platform_sp->WriteFile(fd, m_options.m_offset, &m_options.m_data[0], in DoExecute()
704 if (option_arg.getAsInteger(0, m_offset)) in SetOptionValue()
719 m_offset = 0; in OptionParsingStarting()
729 uint32_t m_offset; member in CommandObjectPlatformFWrite::CommandOptions
/llvm-project/lldb/source/Plugins/TraceExporter/common/
H A DTraceHTR.h105 : m_offset(offset), m_size(size), m_metadata(metadata) {} in HTRBlock()
128 size_t m_offset;
/llvm-project/lldb/source/Symbol/
H A DObjectContainer.cpp26 m_offset(file_offset), m_length(length) { in ObjectContainer()
H A DUnwindPlan.cpp227 m_offset = 0; in Dump()
385 return m_offset == rhs.m_offset && m_cfa_value == rhs.m_cfa_value && in GetRowForFunctionOffset()
/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp111 .GetSyntheticChildAtOffset(_indexes_id.m_offset, in Update()
116 _length_id.m_offset, m_uint_star_type, true)); in Update()
/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.cpp213 : ObjectFile::MapFileData(m_file, header_and_lc_size, m_offset); in ParseHeader()
287 return ObjectFile::FindPlugin(module_sp, file, m_offset + entry->fileoff, in GetObjectFile()
/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp376 module_sp->GetModificationTime(), m_offset, m_data, m_archive_type); in ParseHeader()
420 module_sp, &child, m_offset + object->file_offset, in GetObjectFile()
425 module_sp, file, m_offset + object->file_offset, object->file_size, in GetObjectFile()
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionVariable.h175 lldb::offset_t m_offset = member
H A DClangExpressionDeclMap.cpp270 jit_vars->m_offset = offset; in AddPersistentVariable()
386 LLDB_LOG(log, "Already placed at {0:x}", jit_vars->m_offset); in AddValueToStruct()
427 jit_vars->m_offset = in AddValueToStruct()
495 offset = jit_vars->m_offset; in GetStructElement()
/llvm-project/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DObjectContainerUniversalMachO.cpp183 module_sp, file, m_offset + m_fat_archs[arch_idx].GetOffset(), in GetObjectFile()
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp371 int32_t cur_offset = ivar.m_offset; in GetTypeBitSize()
H A DObjCLanguageRuntime.h140 int32_t m_offset; member

12