Home
last modified time | relevance | path

Searched refs:m_libdispatch_offsets (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp87 m_libdispatch_offsets(), in SystemRuntimeMacOSX()
123 if (m_libdispatch_offsets.IsValid()) { in GetQueueNameFromThreadQAddress()
131 if (m_libdispatch_offsets.dqo_version >= 4) { in GetQueueNameFromThreadQAddress()
135 dispatch_queue_addr + m_libdispatch_offsets.dqo_label; in GetQueueNameFromThreadQAddress()
151 if (bytes_read < m_libdispatch_offsets.dqo_label_size) in GetQueueNameFromThreadQAddress()
177 if (m_libdispatch_offsets.IsValid() && in GetQueueKind()
178 m_libdispatch_offsets.dqo_version >= 4) { in GetQueueKind()
181 dispatch_queue_addr + m_libdispatch_offsets.dqo_width, in GetQueueKind()
182 m_libdispatch_offsets.dqo_width_size, 0, error); in GetQueueKind()
244 if (m_libdispatch_offsets.IsValid()) { in GetQueueIDFromThreadQAddress()
[all …]
H A DSystemRuntimeMacOSX.h273 struct LibdispatchOffsets m_libdispatch_offsets; variable