reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1307           entry.SetRangeBase(encryption_cmd.cryptoff);
 5324           file_range.SetRangeBase(offset);
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
 1258       range_info.GetRange().SetRangeBase(load_addr);
 1280   range_info.GetRange().SetRangeBase(load_addr);
tools/lldb/source/Plugins/Process/Utility/LinuxProcMaps.cpp
   45   memory_region_info.GetRange().SetRangeBase(start_address);
tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
  298       region_info.GetRange().SetRangeBase(permission_entry->GetRangeBase());
  312       region_info.GetRange().SetRangeBase(load_addr);
  322   region_info.GetRange().SetRangeBase(load_addr);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 1474             region_info.GetRange().SetRangeBase(addr_value);
 1637     region.GetRange().SetRangeBase(start);
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 2859       range.SetRangeBase(range.GetRangeBase() + overlap);
tools/lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
  614       region_info.GetRange().SetRangeBase(permission_entry->GetRangeBase());
  628       region_info.GetRange().SetRangeBase(load_addr);
  638   region_info.GetRange().SetRangeBase(load_addr);
tools/lldb/source/Plugins/Process/minidump/MinidumpParser.cpp
  443     region.GetRange().SetRangeBase(entry.BaseAddress);
  481     region.GetRange().SetRangeBase(memory_desc.StartOfMemoryRange);
  511     region.GetRange().SetRangeBase(memory_desc.start_of_memory_range);
tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
  358     region.GetRange().SetRangeBase(0);
  360     region.GetRange().SetRangeBase(std::prev(pos)->GetRange().GetRangeEnd());
tools/lldb/source/Symbol/LineTable.cpp
  449       range.SetRangeBase(entry.file_addr);
tools/lldb/source/Symbol/Symtab.cpp
  848           entry.SetRangeBase(base_addr);
  867         entry.SetRangeBase(pos->GetAddressRef().GetFileAddress());
tools/lldb/source/Target/Memory.cpp
  297         free_block.SetRangeBase(reserved_block.GetRangeEnd());
tools/lldb/unittests/Utility/RangeTest.cpp
   69   r.SetRangeBase(6);