Home
last modified time | relevance | path

Searched refs:GetObjectOffset (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/include/lldb/Core/
DModuleSpec.h113 uint64_t GetObjectOffset() const { return m_object_offset; } in GetObjectOffset() function
DModule.h546 uint64_t GetObjectOffset() const { return m_object_offset; } in GetObjectOffset() function
/external/llvm-project/lldb/unittests/Process/gdb-remote/
DGDBRemoteCommunicationClientTest.cpp199 EXPECT_EQ(0u, result.getValue()[0].GetObjectOffset()); in TEST_F()
224 EXPECT_EQ(0u, result.getValue()[0].GetObjectOffset()); in TEST_F()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerCommon.cpp1088 const auto file_offset = matched_module_spec.GetObjectOffset(); in Handle_qModuleInfo()
1155 const auto file_offset = matched_module_spec.GetObjectOffset(); in Handle_jModulesInfo()
/external/llvm-project/lldb/source/Core/
DModule.cpp229 m_object_offset = matching_module_spec.GetObjectOffset(); in Module()
/external/llvm-project/lldb/source/Target/
DPlatform.cpp1634 module_spec.GetFileSpec(), module_spec.GetObjectOffset(), in GetCachedSharedModule()