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

References

tools/lldb/source/Core/Module.cpp
  215   m_object_offset = matching_module_spec.GetObjectOffset();
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
 1088   const auto file_offset = matched_module_spec.GetObjectOffset();
 1155     const auto file_offset = matched_module_spec.GetObjectOffset();
tools/lldb/source/Target/Platform.cpp
 1606             module_spec.GetFileSpec(), module_spec.GetObjectOffset(),
tools/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp
  199   EXPECT_EQ(0u, result.getValue()[0].GetObjectOffset());
  224   EXPECT_EQ(0u, result.getValue()[0].GetObjectOffset());