Home
last modified time | relevance | path

Searched refs:GetBitfieldBitOffset (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectChild.h42 uint32_t GetBitfieldBitOffset() override { return m_bitfield_bit_offset; } in GetBitfieldBitOffset() function
H A DValueObject.h446 virtual uint32_t GetBitfieldBitOffset() { return 0; } in GetBitfieldBitOffset() function
449 return (GetBitfieldBitSize() != 0) || (GetBitfieldBitOffset() != 0); in IsBitfield()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeFormat.cpp110 valobj->GetBitfieldBitOffset(), // Bitfield bit offset in FormatObject()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp418 GetBitfieldBitOffset()); in ResolveValue()