Home
last modified time | relevance | path

Searched defs:GetBitfieldBitOffset (Results 1 – 2 of 2) 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