Home
last modified time | relevance | path

Searched refs:getFieldCount (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp98 struct_layout->getFieldOffset(struct_layout->getFieldCount() - 1) / 8; in ExtractFromFunctionDecl()
102 for (unsigned field_index = 0, num_fields = struct_layout->getFieldCount(); in ExtractFromFunctionDecl()
H A DClangASTImporter.cpp666 int field_idx = 0, field_count = record_layout.getFieldCount(); in importRecordLayoutFromOrigin()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRecordLayout.h197 unsigned getFieldCount() const { return FieldOffsets.size(); } in getFieldCount() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DMips.cpp270 unsigned FieldCnt = Layout.getFieldCount(); in returnAggregateInRegs()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp790 SmallVector<SizeAndOffset, 16> SSV(Info.getFieldCount()); in EmitAsanPrologueOrEpilogue()
791 for (unsigned i = 0, e = Info.getFieldCount(); i != e; ++i) in EmitAsanPrologueOrEpilogue()
1772 if (EndIndex >= Layout.getFieldCount()) { in Emit()
H A DCGRecordLayoutBuilder.cpp1153 for (unsigned i = 0, e = AST_RL.getFieldCount(); i != e; ++i, ++it) { in ComputeRecordLayout()
H A DCGExprScalar.cpp3530 assert(i < RL.getFieldCount() && "offsetof field in wrong type"); in VisitOffsetOfExpr()
H A DCGObjCMac.cpp6341 if (!RL.getFieldCount()) in GetClassSizeInfo()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3557 assert(Index < RL->getFieldCount() && "Ivar is not inside record layout!"); in lookupFieldBitOffset()
3817 for (unsigned i = 0, e = Info.getFieldCount(); i != e; ++i) { in DumpRecordLayout()
H A DDecl.cpp2891 Ctx.toCharUnitsFromBits(RL.getFieldOffset(RL.getFieldCount() - 1)); in getFlexibleArrayInitChars()
H A DExprConstant.cpp12649 return FD->getFieldIndex() + 1 == Layout.getFieldCount(); in isDesignatorAtObjectEnd()
15037 assert(i < RL.getFieldCount() && "offsetof field in wrong type"); in VisitOffsetOfExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltin.cpp2766 assert(FieldIndex < RL.getFieldCount() && "offsetof field in wrong type"); in InterpretOffsetOf()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp6325 assert(field_idx < record_layout.getFieldCount()); in GetChildCompilerTypeAtIndex()