Home
last modified time | relevance | path

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