| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 256 Fields.addInt(Int8Ty, attrs & 0xff); in PushPropertyAttributes() 266 Fields.addInt(Int8Ty, attrs & 0xff); in PushPropertyAttributes() 268 Fields.addInt(Int8Ty, 0); in PushPropertyAttributes() 269 Fields.addInt(Int8Ty, 0); in PushPropertyAttributes() 277 Fields.addInt(IntTy, count); in PushPropertyListHeader() 281 Fields.addInt(IntTy, DL.getTypeSizeInBits(PropertyMetadataTy) / in PushPropertyListHeader() 1076 Fields.addInt(Int32Ty, 2); in GenerateConstantString() 1078 Fields.addInt(Int32Ty, StringLength); in GenerateConstantString() 1080 Fields.addInt(Int32Ty, StringLength * 2); in GenerateConstantString() 1082 Fields.addInt(Int32Ty, 0); in GenerateConstantString() [all …]
|
| H A D | CGObjCMac.cpp | 1958 Fields.addInt(CGM.IntTy, StringLength); in GenerateConstantNSString() 3042 values.addInt(ObjCTypes.IntTy, size); in EmitProtocolExtension() 3183 values.addInt(ObjCTypes.IntTy, propertySize); in EmitPropertyList() 3184 values.addInt(ObjCTypes.IntTy, Properties.size()); in EmitPropertyList() 3276 Values.addInt(ObjCTypes.IntTy, Size); in GenerateCategory() 3469 values.addInt(ObjCTypes.LongTy, 0); in GenerateClass() 3470 values.addInt(ObjCTypes.LongTy, Flags); in GenerateClass() 3471 values.addInt(ObjCTypes.LongTy, Size.getQuantity()); in GenerateClass() 3529 values.addInt(ObjCTypes.LongTy, 0); in EmitMetaClass() 3530 values.addInt(ObjCTypes.LongTy, Flags); in EmitMetaClass() [all …]
|
| H A D | CGBlocks.cpp | 180 elements.addInt(ulong, 0); in buildBlockDescriptor() 186 elements.addInt(ulong, blockInfo.BlockSize.getQuantity()); in buildBlockDescriptor() 1340 fields.addInt(CGM.IntTy, flags.getBitMask()); in buildGlobalBlock() 1343 fields.addInt(CGM.IntTy, 0); in buildGlobalBlock() 1345 fields.addInt(CGM.IntTy, blockInfo.BlockSize.getQuantity()); in buildGlobalBlock() 1346 fields.addInt(CGM.IntTy, blockInfo.BlockAlign.getQuantity()); in buildGlobalBlock()
|
| H A D | CGCUDANV.cpp | 876 Values.addInt(IntTy, FatMagic); in makeModuleCtorFunction() 878 Values.addInt(IntTy, 1); in makeModuleCtorFunction()
|
| H A D | CodeGenModule.cpp | 2285 Ctor.addInt(Int32Ty, I.Priority); in EmitCtorList() 6625 Fields.addInt(IntPtrTy, IsSwift4_1 ? 0x05 : 0x01); in GetAddrOfConstantCFString() 6626 Fields.addInt(Int64Ty, isUTF16 ? 0x07d0 : 0x07c8); in GetAddrOfConstantCFString() 6628 Fields.addInt(IntTy, isUTF16 ? 0x07d0 : 0x07C8); in GetAddrOfConstantCFString() 6679 Fields.addInt(LengthTy, StringLength); in GetAddrOfConstantCFString()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | SyntheticSections.cpp | 1372 auto addInt = [&](int32_t tag, uint64_t val) { in computeContents() local 1380 addInt(DT_FILTER, part.dynStrTab->addString(s)); in computeContents() 1382 addInt(DT_AUXILIARY, part.dynStrTab->addString(s)); in computeContents() 1385 addInt(ctx.arg.enableNewDtags ? DT_RUNPATH : DT_RPATH, in computeContents() 1390 addInt(DT_NEEDED, part.dynStrTab->addString(file->soName)); in computeContents() 1394 addInt(DT_SONAME, part.dynStrTab->addString(ctx.arg.soName)); in computeContents() 1397 addInt(DT_NEEDED, part.dynStrTab->addString(ctx.arg.soName)); in computeContents() 1398 addInt(DT_SONAME, part.dynStrTab->addString(part.name)); in computeContents() 1434 addInt(DT_FLAGS, dtFlags); in computeContents() 1436 addInt(DT_FLAGS_1, dtFlags1); in computeContents() [all …]
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangDiagnosticsEmitter.cpp | 1002 addInt(mapIndex(P->Index)); in VisitPlaceholder() 1017 addInt(mapIndex(P->Index)); in VisitSelect() 1033 addInt(mapIndex(P->Index)); in VisitPlural() 1053 addInt(mapIndex(P->Indexes[0])); in VisitDiff() 1055 addInt(mapIndex(P->Indexes[1])); in VisitDiff() 1058 void addInt(int Val) { Result += std::to_string(Val); } in addInt() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.h | 172 void addInt(DIE &Die, dwarf::Attribute Attribute, const APInt &Integer,
|
| H A D | DwarfUnit.cpp | 257 void DwarfUnit::addInt(DIE &Die, dwarf::Attribute Attribute, in addInt() function in DwarfUnit 784 addInt(Constant, dwarf::DW_AT_GNU_numerator, BTy->getNumerator(), in constructTypeDIE() 786 addInt(Constant, dwarf::DW_AT_GNU_denominator, BTy->getDenominator(), in constructTypeDIE() 982 addInt(Variant, dwarf::DW_AT_discr_value, CI->getValue(), IsUnsigned); in addDiscriminant()
|
| /freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | ConstantInitBuilder.h | 200 void addInt(llvm::IntegerType *intTy, uint64_t value,
|