Home
last modified time | relevance | path

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

/src/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 __anonc9a4dfb00111::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()
/src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp628 return addField(Ty, AI->getAlign(), IsHeader); in addFieldForAlloca()
662 [[nodiscard]] FieldIDType addField(Type *Ty, MaybeAlign MaybeFieldAlignment, in addField() function in __anond2f2b9db0811::FrameTypeBuilder
1324 (void)B.addField(FnPtrTy, std::nullopt, /*header*/ true); in buildFrameType()
1325 (void)B.addField(FnPtrTy, std::nullopt, /*header*/ true); in buildFrameType()
1339 SwitchIndexFieldId = B.addField(IndexType, std::nullopt); in buildFrameType()
1364 FieldIDType Id = B.addField(FieldType, std::nullopt, false /*header*/, in buildFrameType()
/src/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp103 void addField(unsigned Base, unsigned Width, unsigned Offset) { in addField() function
1947 Operands[OpIdx].addField(CurrBitPos, EncodingSegment.BitWidth, Offset); in parseVarLenInstOperand()
1955 Operands[OpIdx].addField(CurrBitPos, EncodingSegment.BitWidth, Offset); in parseVarLenInstOperand()
2008 OpInfo.addField(I, J - I, Offset); in addOneOperandFields()
/src/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 __anon5682f72b0111::StructInfo
3738 FieldInfo &Field = Struct.addField(Name, FT_INTEGRAL, Size); in addIntegralField()
3943 FieldInfo &Field = Struct.addField(Name, FT_REAL, Size); in addRealField()
4438 OwningStruct.addField(Name, FT_STRUCT, Structure.AlignmentSize); in addStructField()
4636 FieldInfo &Field = ParentStruct.addField(Structure.Name, FT_STRUCT, in parseDirectiveNestedEnds()