Home
last modified time | relevance | path

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

/external/llvm-project/lldb/bindings/interface/
DSBType.i41 IsBitfield();
54 …is_bitfield = property(IsBitfield, None, doc='''A read only property that returns true if this mem…
/external/llvm-project/lldb/include/lldb/API/
DSBType.h40 bool IsBitfield();
/external/llvm-project/lldb/source/API/
DSBType.cpp704 bool SBTypeMember::IsBitfield() { in IsBitfield() function in SBTypeMember
705 LLDB_RECORD_METHOD_NO_ARGS(bool, SBTypeMember, IsBitfield); in IsBitfield()
991 LLDB_REGISTER_METHOD(bool, SBTypeMember, IsBitfield, ()); in RegisterMethods()
/external/llvm-project/clang/lib/AST/
DODRHash.cpp323 const bool IsBitfield = D->isBitField(); in VisitFieldDecl() local
324 Hash.AddBoolean(IsBitfield); in VisitFieldDecl()
326 if (IsBitfield) { in VisitFieldDecl()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.h185 bool IsBitfield() { return is_bitfield; } in IsBitfield() function
DDWARFASTParserClang.cpp2588 (last_field_info.IsBitfield() && in ParseSingleMember()
2621 if (!last_field_info.IsBitfield()) { in ParseSingleMember()
/external/llvm-project/lldb/examples/python/
Dtypes.py235 if member.IsBitfield():
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1388 bool IsBitfield = FieldSize && Size != FieldSize; in constructMemberDIE() local
1389 if (IsBitfield) { in constructMemberDIE()
1427 } else if (!IsBitfield || DD->useDWARF2Bitfields()) in constructMemberDIE()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1496 bool IsBitfield = FieldSize && Size != FieldSize; in constructMemberDIE() local
1497 if (IsBitfield) { in constructMemberDIE()
1541 } else if (!IsBitfield || DD->useDWARF2Bitfields()) in constructMemberDIE()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1551 bool IsBitfield = FieldSize && Size != FieldSize; in constructMemberDIE() local
1552 if (IsBitfield) { in constructMemberDIE()
1596 } else if (!IsBitfield || DD->useDWARF2Bitfields()) in constructMemberDIE()
/external/llvm-project/lldb/include/lldb/Core/
DValueObject.h419 bool IsBitfield() { in IsBitfield() function
/external/llvm-project/lldb/source/Core/
DValueObject.cpp1451 if (IsBitfield()) in GetAddressOf()
2675 if (IsBitfield()) { in CreateConstantValue()
DFormatEntity.cpp834 if (target->IsBitfield() && was_var_indexed) { in DumpValue()
/external/clang/tools/c-index-test/
Dc-index-test.c1464 int IsBitfield = clang_Cursor_isBitField(cursor); in PrintTypeSize() local
1465 if (IsBitfield) in PrintTypeSize()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c1779 int IsBitfield = clang_Cursor_isBitField(cursor); in PrintTypeSize() local
1780 if (IsBitfield) in PrintTypeSize()