Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.h298 llvm::DIFile *tunit, llvm::DIScope *scope,
303 uint64_t offsetInBits, llvm::DIFile *tunit,
306 return createFieldType(name, type, loc, AS, offsetInBits, 0, tunit, scope,
DCGDebugInfo.cpp1388 uint32_t AlignInBits, llvm::DIFile *tunit, in createFieldType() argument
1390 llvm::DIType *debugType = getOrCreateType(type, tunit); in createFieldType()
1482 const FieldDecl *field, uint64_t OffsetInBits, llvm::DIFile *tunit, in CollectRecordNormalField() argument
1499 OffsetInBits, Align, tunit, RecordTy, RD); in CollectRecordNormalField()
1517 const RecordDecl *record, llvm::DIFile *tunit, in CollectRecordFields() argument
1557 CollectRecordNormalField(field, layout.getFieldOffset(fieldNo), tunit, in CollectRecordFields()
4584 llvm::DIFile *tunit = getOrCreateFile(loc); in EmitDeclareOfBlockLiteralArgVariable() local
4595 collectDefaultFieldsForBlockLiteralDeclare(block, C, loc, *blockLayout, tunit, in EmitDeclareOfBlockLiteralArgVariable()
4646 offsetInBits, tunit, tunit)); in EmitDeclareOfBlockLiteralArgVariable()
4662 fieldType = DBuilder.createMemberType(tunit, name, tunit, line, in EmitDeclareOfBlockLiteralArgVariable()
[all …]
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDecl.cpp3029 const TranslationUnitDecl *tunit = in isMain() local
3031 return tunit && in isMain()
3032 !tunit->getASTContext().getLangOpts().Freestanding && in isMain()