Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRandstruct.cpp46 void addField(FieldDecl *Field, int FieldSize);
54 void Bucket::addField(FieldDecl *Field, int FieldSize) { in addField() function in __anon49e3dfbb0111::Bucket
101 CurrentBitfieldRun->addField(FD, /*FieldSize is irrelevant here*/ 1); in randomizeStructureLayoutImpl()
118 OverSized->addField(FD, Width); in randomizeStructureLayoutImpl()
126 CurrentBucket->addField(FD, Width); in randomizeStructureLayoutImpl()
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesWriter.h94 void addField(ContextID CtxID, llvm::StringRef Name, const FieldInfo &Info,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp205 return addField(Ty, AI->getAlign(), IsHeader); in addFieldForAlloca()
239 [[nodiscard]] FieldIDType addField(Type *Ty, MaybeAlign MaybeFieldAlignment, in addField() function in __anon408e6fe60211::FrameTypeBuilder
879 (void)B.addField(FnPtrTy, std::nullopt, /*header*/ true); in buildFrameType()
880 (void)B.addField(FnPtrTy, std::nullopt, /*header*/ true); in buildFrameType()
894 SwitchIndexFieldId = B.addField(IndexType, std::nullopt); in buildFrameType()
919 FieldIDType Id = B.addField(FieldType, std::nullopt, false /*header*/, in buildFrameType()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp120 void addField(unsigned Base, unsigned Width, unsigned Offset) { in addField() function
1928 Operands[OpIdx].addField(CurrBitPos, EncodingSegment.BitWidth, Offset); in parseVarLenInstOperand()
1936 Operands[OpIdx].addField(CurrBitPos, EncodingSegment.BitWidth, Offset); in parseVarLenInstOperand()
1988 OpInfo.addField(I, J - I, Offset); in addOneOperandFields()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp131 FieldInfo &addField(StringRef FieldName, FieldType FT,
222 FieldInfo &StructInfo::addField(StringRef FieldName, FieldType FT, in addField() function in __anon60b61cd60111::StructInfo
3282 FieldInfo &Field = Struct.addField(Name, FT_INTEGRAL, Size); in addIntegralField()
3468 FieldInfo &Field = Struct.addField(Name, FT_REAL, Size); in addRealField()
3962 OwningStruct.addField(Name, FT_STRUCT, Structure.AlignmentSize); in addStructField()
4160 FieldInfo &Field = ParentStruct.addField(Structure.Name, FT_STRUCT, in parseDirectiveNestedEnds()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp1048 Writer.addField(TagCtxID, Field.Name, FI, SwiftVersion); in convertTagContext()
H A DAPINotesWriter.cpp1523 void APINotesWriter::addField(ContextID CtxID, llvm::StringRef Name, in addField() function in clang::api_notes::APINotesWriter