Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h322 llvm::DIFile *tunit, llvm::DIScope *scope,
328 uint64_t offsetInBits, llvm::DIFile *tunit,
331 return createFieldType(name, type, loc, AS, offsetInBits, 0, tunit, scope,
H A DCGDebugInfo.cpp1609 uint64_t offsetInBits, uint32_t AlignInBits, llvm::DIFile *tunit, in createFieldType() argument
1611 llvm::DIType *debugType = getOrCreateType(type, tunit); in createFieldType()
1711 const FieldDecl *field, uint64_t OffsetInBits, llvm::DIFile *tunit, in CollectRecordNormalField() argument
1733 OffsetInBits, Align, tunit, RecordTy, RD, Annotations); in CollectRecordNormalField()
1751 const RecordDecl *record, llvm::DIFile *tunit, in CollectRecordFields() argument
1791 CollectRecordNormalField(field, layout.getFieldOffset(fieldNo), tunit, in CollectRecordFields()
5090 llvm::DIFile *tunit = getOrCreateFile(loc); in EmitDeclareOfBlockLiteralArgVariable() local
5152 offsetInBits, tunit, tunit)); in EmitDeclareOfBlockLiteralArgVariable()
5168 fieldType = DBuilder.createMemberType(tunit, name, tunit, line, in EmitDeclareOfBlockLiteralArgVariable()
5174 offsetInBits, Align, tunit, tunit); in EmitDeclareOfBlockLiteralArgVariable()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3262 const TranslationUnitDecl *tunit = in isMain() local
3264 return tunit && in isMain()
3265 !tunit->getASTContext().getLangOpts().Freestanding && in isMain()