Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h48 uint32_t GetBitfieldSizeInBits();
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeExtensions.i15 …bitfield_bit_size = property(GetBitfieldSizeInBits, None, doc='''A read only property that returns…
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp730 uint32_t SBTypeMember::GetBitfieldSizeInBits() { in GetBitfieldSizeInBits() function in SBTypeMember
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp64342 result = (uint32_t)(arg1)->GetBitfieldSizeInBits(); in _wrap_SBTypeMember_GetBitfieldSizeInBits()