Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModule.h655 uint64_t GetObjectOffset() const { return m_object_offset; } in GetObjectOffset() function
H A DModuleSpec.h130 uint64_t GetObjectOffset() const { return m_object_offset; } in GetObjectOffset() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1082 const auto file_offset = matched_module_spec.GetObjectOffset(); in Handle_qModuleInfo()
1146 const auto file_offset = matched_module_spec.GetObjectOffset(); in Handle_jModulesInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp215 m_object_offset = matching_module_spec.GetObjectOffset(); in Module()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1657 module_spec.GetFileSpec(), module_spec.GetObjectOffset(), in GetCachedSharedModule()