Home
last modified time | relevance | path

Searched refs:IsBitfield (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBType.h39 bool IsBitfield();
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DODRHash.cpp318 const bool IsBitfield = D->isBitField(); in VisitFieldDecl() local
319 Hash.AddBoolean(IsBitfield); in VisitFieldDecl()
321 if (IsBitfield) { in VisitFieldDecl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp529 bool SBTypeMember::IsBitfield() { in IsBitfield() function in SBTypeMember
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1430 bool IsBitfield = FieldSize && Size != FieldSize; in constructMemberDIE() local
1431 if (IsBitfield) { in constructMemberDIE()
1475 } else if (!IsBitfield || DD->useDWARF2Bitfields()) in constructMemberDIE()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h448 bool IsBitfield() { in IsBitfield() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp1498 if (IsBitfield()) in GetAddressOf()
2754 if (IsBitfield()) { in CreateConstantValue()
H A DFormatEntity.cpp851 if (target->IsBitfield() && was_var_indexed) { in DumpValue()