Searched refs:tunit (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.h | 327 llvm::DIFile *tunit, llvm::DIScope *scope, 333 uint64_t offsetInBits, llvm::DIFile *tunit, 336 return createFieldType(name, type, loc, AS, offsetInBits, 0, tunit, scope,
|
H A D | CGDebugInfo.cpp | 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() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 3299 const TranslationUnitDecl *tunit = in isMain() local 3301 return tunit && in isMain() 3302 !tunit->getASTContext().getLangOpts().Freestanding && in isMain()
|