Home
last modified time | relevance | path

Searched refs:addField (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DRandstruct.cpp48 void addField(FieldDecl *Field, int FieldSize);
56 void Bucket::addField(FieldDecl *Field, int FieldSize) { in addField() function in __anonffb9ebb10111::Bucket
103 CurrentBitfieldRun->addField(FD, /*FieldSize is irrelevant here*/ 1); in randomizeStructureLayoutImpl()
120 OverSized->addField(FD, Width); in randomizeStructureLayoutImpl()
128 CurrentBucket->addField(FD, Width); in randomizeStructureLayoutImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp625 return addField(Ty, AI->getAlign(), IsHeader); in addFieldForAlloca()
659 [[nodiscard]] FieldIDType addField(Type *Ty, MaybeAlign MaybeFieldAlignment, in addField() function in __anon5c79a7dc0811::FrameTypeBuilder
1320 (void)B.addField(FnPtrTy, std::nullopt, /*header*/ true); in buildFrameType()
1321 (void)B.addField(FnPtrTy, std::nullopt, /*header*/ true); in buildFrameType()
1335 SwitchIndexFieldId = B.addField(IndexType, std::nullopt); in buildFrameType()
1360 FieldIDType Id = B.addField(FieldType, std::nullopt, false /*header*/, in buildFrameType()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp76 void addField(unsigned Base, unsigned Width, unsigned Offset) { in addField() function
1897 Operands[OpIdx].addField(CurrBitPos, EncodingSegment.BitWidth, Offset); in parseVarLenInstOperand()
1905 Operands[OpIdx].addField(CurrBitPos, EncodingSegment.BitWidth, Offset); in parseVarLenInstOperand()
1958 OpInfo.addField(I, J - I, Offset); in addOneOperandFields()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp136 FieldInfo &addField(StringRef FieldName, FieldType FT,
227 FieldInfo &StructInfo::addField(StringRef FieldName, FieldType FT, in addField() function in __anon4534580c0111::StructInfo
3737 FieldInfo &Field = Struct.addField(Name, FT_INTEGRAL, Size); in addIntegralField()
3942 FieldInfo &Field = Struct.addField(Name, FT_REAL, Size); in addRealField()
4437 OwningStruct.addField(Name, FT_STRUCT, Structure.AlignmentSize); in addStructField()
4635 FieldInfo &Field = ParentStruct.addField(Structure.Name, FT_STRUCT, in parseDirectiveNestedEnds()