Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i41 IsBitfield();
54 …is_bitfield = property(IsBitfield, None, doc='''A read only property that returns true if this mem…
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h40 bool IsBitfield();
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp323 const bool IsBitfield = D->isBitField(); in VisitFieldDecl() local
324 Hash.AddBoolean(IsBitfield); in VisitFieldDecl()
326 if (IsBitfield) { in VisitFieldDecl()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp722 bool SBTypeMember::IsBitfield() { in IsBitfield() function in SBTypeMember
723 LLDB_RECORD_METHOD_NO_ARGS(bool, SBTypeMember, IsBitfield); in IsBitfield()
1011 LLDB_REGISTER_METHOD(bool, SBTypeMember, IsBitfield, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h184 bool IsBitfield() { return is_bitfield; } in IsBitfield() function
H A DDWARFASTParserClang.cpp2559 (last_field_info.IsBitfield() && in ParseSingleMember()
2592 if (!last_field_info.IsBitfield()) { in ParseSingleMember()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1577 bool IsBitfield = FieldSize && Size != FieldSize; in constructMemberDIE() local
1578 if (IsBitfield) { in constructMemberDIE()
1622 } else if (!IsBitfield || DD->useDWARF2Bitfields()) { in constructMemberDIE()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h428 bool IsBitfield() { in IsBitfield() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1399 if (IsBitfield()) in GetAddressOf()
2576 if (IsBitfield()) { in CreateConstantValue()
H A DFormatEntity.cpp826 if (target->IsBitfield() && was_var_indexed) { in DumpValue()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp57906 result = (bool)(arg1)->IsBitfield(); in _wrap_SBTypeMember_IsBitfield()