Home
last modified time | relevance | path

Searched refs:tunit (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.h310 llvm::DIFile *tunit, llvm::DIScope *scope,
316 uint64_t offsetInBits, llvm::DIFile *tunit,
319 return createFieldType(name, type, loc, AS, offsetInBits, 0, tunit, scope,
H A DCGDebugInfo.cpp1462 uint64_t offsetInBits, uint32_t AlignInBits, llvm::DIFile *tunit, in createFieldType() argument
1464 llvm::DIType *debugType = getOrCreateType(type, tunit); in createFieldType()
1556 const FieldDecl *field, uint64_t OffsetInBits, llvm::DIFile *tunit, in CollectRecordNormalField() argument
1574 OffsetInBits, Align, tunit, RecordTy, RD, Annotations); in CollectRecordNormalField()
1592 const RecordDecl *record, llvm::DIFile *tunit, in CollectRecordFields() argument
1632 CollectRecordNormalField(field, layout.getFieldOffset(fieldNo), tunit, in CollectRecordFields()
4867 llvm::DIFile *tunit = getOrCreateFile(loc); in EmitDeclareOfBlockLiteralArgVariable() local
4929 offsetInBits, tunit, tunit)); in EmitDeclareOfBlockLiteralArgVariable()
4945 fieldType = DBuilder.createMemberType(tunit, name, tunit, line, in EmitDeclareOfBlockLiteralArgVariable()
4951 offsetInBits, Align, tunit, tunit); in EmitDeclareOfBlockLiteralArgVariable()
[all …]
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp3130 const TranslationUnitDecl *tunit = in isMain() local
3132 return tunit && in isMain()
3133 !tunit->getASTContext().getLangOpts().Freestanding && in isMain()