Searched refs:GetBitOffset (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp682 return m_opaque_up->GetBitOffset() / 8u;
690 return m_opaque_up->GetBitOffset();
719 const uint32_t bit_offset = m_opaque_up->GetBitOffset();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h349 uint64_t GetBitOffset() const { return m_bit_offset; } function in class:lldb_private::Type::TypeMemberImpl

Completed in 116 milliseconds