Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeExtensions.i15 bitfield_bit_size = property(GetBitfieldSizeInBits, None, doc='''A read only property that returns the bitfield size in bits for this member as an integer, or zero if this member is not a bitfield.''')
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h48 uint32_t GetBitfieldSizeInBits();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp831 uint32_t SBTypeMember::GetBitfieldSizeInBits() { in GetBitfieldSizeInBits() function in SBTypeMember
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp67255 result = (uint32_t)(arg1)->GetBitfieldSizeInBits(); in _wrap_SBTypeMember_GetBitfieldSizeInBits()