Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBType.i44 GetBitfieldSizeInBits();
55 …bitfield_bit_size = property(GetBitfieldSizeInBits, None, doc='''A read only property that returns…
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBType.h42 uint32_t GetBitfieldSizeInBits();
/llvm-project-15.0.7/lldb/examples/python/
H A Dtypes.py236 …, member_byte_size, ' ' * (depth + 1), member_typename, member.GetBitfieldSizeInBits(), member_…
/llvm-project-15.0.7/lldb/source/API/
H A DSBType.cpp718 uint32_t SBTypeMember::GetBitfieldSizeInBits() { in GetBitfieldSizeInBits() function in SBTypeMember