Lines Matching refs:tunit
1713 uint64_t offsetInBits, uint32_t AlignInBits, llvm::DIFile *tunit, in createFieldType() argument
1715 llvm::DIType *debugType = getOrCreateType(type, tunit); in createFieldType()
1837 const FieldDecl *field, uint64_t OffsetInBits, llvm::DIFile *tunit, in CollectRecordNormalField() argument
1859 OffsetInBits, Align, tunit, RecordTy, RD, Annotations); in CollectRecordNormalField()
1877 const RecordDecl *record, llvm::DIFile *tunit, in CollectRecordFields() argument
1917 CollectRecordNormalField(field, layout.getFieldOffset(fieldNo), tunit, in CollectRecordFields()
5225 llvm::DIFile *tunit = getOrCreateFile(loc); in EmitDeclareOfBlockLiteralArgVariable() local
5236 collectDefaultFieldsForBlockLiteralDeclare(block, C, loc, *blockLayout, tunit, in EmitDeclareOfBlockLiteralArgVariable()
5287 offsetInBits, tunit, tunit)); in EmitDeclareOfBlockLiteralArgVariable()
5303 fieldType = DBuilder.createMemberType(tunit, name, tunit, line, in EmitDeclareOfBlockLiteralArgVariable()
5309 offsetInBits, Align, tunit, tunit); in EmitDeclareOfBlockLiteralArgVariable()
5321 DBuilder.createStructType(tunit, typeName.str(), tunit, line, in EmitDeclareOfBlockLiteralArgVariable()
5332 scope, Name, ArgNo, tunit, line, type, CGM.getLangOpts().Optimize, flags); in EmitDeclareOfBlockLiteralArgVariable()