Home
last modified time | relevance | path

Searched defs:GetBitfieldBitSize (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDValueObjectChild.h36 uint32_t GetBitfieldBitSize() override { return m_bitfield_bit_size; } in GetBitfieldBitSize() function
HDValueObject.h424 virtual uint32_t GetBitfieldBitSize() { return 0; } in GetBitfieldBitSize() function
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDType.h715 uint32_t GetBitfieldBitSize() const { return m_bitfield_bit_size; } in GetBitfieldBitSize() function