Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBType.cpp714 return m_opaque_up->GetIsBitfield(); in IsBitfield()
747 if (m_opaque_up->GetIsBitfield()) { in GetDescription()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DType.h375 bool GetIsBitfield() const { return m_is_bitfield; } in GetIsBitfield() function