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 DClangASTSource.cpp1511 int field_idx = 0, field_count = record_layout.getFieldCount(); in layoutRecordType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRecordLayout.h196 unsigned getFieldCount() const { return FieldOffsets.size(); } in getFieldCount() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DMips.cpp252 unsigned FieldCnt = Layout.getFieldCount(); in returnAggregateInRegs()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp785 SmallVector<SizeAndOffset, 16> SSV(Info.getFieldCount()); in EmitAsanPrologueOrEpilogue()
786 for (unsigned i = 0, e = Info.getFieldCount(); i != e; ++i) in EmitAsanPrologueOrEpilogue()
1759 if (EndIndex >= Layout.getFieldCount()) { in Emit()
H A DCGRecordLayoutBuilder.cpp964 for (unsigned i = 0, e = AST_RL.getFieldCount(); i != e; ++i, ++it) { in ComputeRecordLayout()
H A DCGExprScalar.cpp3000 assert(i < RL.getFieldCount() && "offsetof field in wrong type"); in VisitOffsetOfExpr()
H A DCGObjCMac.cpp6426 if (!RL.getFieldCount()) in GetClassSizeInfo()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp880 assert(FieldIndex < RL.getFieldCount() && "offsetof field in wrong type"); in InterpretOffsetOf()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3516 assert(Index < RL->getFieldCount() && "Ivar is not inside record layout!"); in lookupFieldBitOffset()
3791 for (unsigned i = 0, e = Info.getFieldCount(); i != e; ++i) { in DumpRecordLayout()
H A DDecl.cpp2851 Ctx.toCharUnitsFromBits(RL.getFieldOffset(RL.getFieldCount() - 1)); in getFlexibleArrayInitChars()
H A DExprConstant.cpp11839 return FD->getFieldIndex() + 1 == Layout.getFieldCount(); in isDesignatorAtObjectEnd()
13788 assert(i < RL.getFieldCount() && "offsetof field in wrong type"); in VisitOffsetOfExpr()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp6208 assert(field_idx < record_layout.getFieldCount()); in GetChildCompilerTypeAtIndex()