Home
last modified time | relevance | path

Searched refs:GetBitOffset (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBType.cpp698 return m_opaque_up->GetBitOffset() / 8u; in GetOffsetInBytes()
706 return m_opaque_up->GetBitOffset(); in GetOffsetInBits()
733 const uint32_t bit_offset = m_opaque_up->GetBitOffset(); in GetDescription()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DType.h367 uint64_t GetBitOffset() const { return m_bit_offset; } in GetBitOffset() function
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2942 static int GetBitOffset(WORD color_mask) { in GetBitOffset() function
2963 static const int bg_bitOffset = GetBitOffset(background_mask); in GetNewColor()
2964 static const int fg_bitOffset = GetBitOffset(foreground_mask); in GetNewColor()