Home
last modified time | relevance | path

Searched refs:GetIsBitfield (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp531 return m_opaque_ap->GetIsBitfield(); in IsBitfield()
560 if (m_opaque_ap->GetIsBitfield()) { in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h505 bool GetIsBitfield() const { return m_is_bitfield; } in GetIsBitfield() function