Home
last modified time | relevance | path

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

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