Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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 __anon9b6d5b280111::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()
/openbsd/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp485 return addField(Ty, AI->getAlign(), IsHeader); in addFieldForAlloca()
519 [[nodiscard]] FieldIDType addField(Type *Ty, MaybeAlign MaybeFieldAlignment, in addField() function in __anonba7325530611::FrameTypeBuilder
1172 (void)B.addField(FnPtrTy, std::nullopt, /*header*/ true); in buildFrameType()
1173 (void)B.addField(FnPtrTy, std::nullopt, /*header*/ true); in buildFrameType()
1187 SwitchIndexFieldId = B.addField(IndexType, std::nullopt); in buildFrameType()
1212 FieldIDType Id = B.addField(FieldType, std::nullopt, false /*header*/, in buildFrameType()
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DDecoderEmitter.cpp74 void addField(unsigned Base, unsigned Width, unsigned Offset) { in addField() function
1895 Operands[OpIdx].addField(CurrBitPos, EncodingSegment.BitWidth, Offset); in parseVarLenInstOperand()
1903 Operands[OpIdx].addField(CurrBitPos, EncodingSegment.BitWidth, Offset); in parseVarLenInstOperand()
1956 OpInfo.addField(I, J - I, Offset); in addOneOperandFields()
2168 OpInfo.addField(bitStart, bitWidth, 0); in populateInstruction()
/openbsd/gnu/llvm/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 __anonb76edba30111::StructInfo
3769 FieldInfo &Field = Struct.addField(Name, FT_INTEGRAL, Size); in addIntegralField()
3974 FieldInfo &Field = Struct.addField(Name, FT_REAL, Size); in addRealField()
4469 OwningStruct.addField(Name, FT_STRUCT, Structure.AlignmentSize); in addStructField()
4667 FieldInfo &Field = ParentStruct.addField(Structure.Name, FT_STRUCT, in parseDirectiveNestedEnds()