Home
last modified time | relevance | path

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

/llvm-project/lldb/source/API/
H A DSBType.cpp811 return m_opaque_up->GetBitOffset() / 8u; in GetOffsetInBytes()
819 return m_opaque_up->GetBitOffset(); in GetOffsetInBits()
846 const uint32_t bit_offset = m_opaque_up->GetBitOffset(); in GetDescription()
/llvm-project/lldb/include/lldb/Symbol/
H A DType.h749 uint64_t GetBitOffset() const { return m_bit_offset; }
713 uint64_t GetBitOffset() const { return m_bit_offset; } GetBitOffset() function
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc3187 static int GetBitOffset(WORD color_mask) { in GetBitOffset() function
3208 static const int bg_bitOffset = GetBitOffset(background_mask); in GetNewColor()
3209 static const int fg_bitOffset = GetBitOffset(foreground_mask); in GetNewColor()