Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp519 return m_opaque_ap->GetBitOffset() / 8u; in GetOffsetInBytes()
525 return m_opaque_ap->GetBitOffset(); in GetOffsetInBits()
546 const uint32_t bit_offset = m_opaque_ap->GetBitOffset(); in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h497 uint64_t GetBitOffset() const { return m_bit_offset; } in GetBitOffset() function
/freebsd-12.1/contrib/googletest/googletest/src/
H A Dgtest.cc2966 static int GetBitOffset(WORD color_mask) { in GetBitOffset() function
2987 static const int bg_bitOffset = GetBitOffset(background_mask); in GetNewColor()
2988 static const int fg_bitOffset = GetBitOffset(foreground_mask); in GetNewColor()