Searched refs:tunit (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/gcc/libmudflap/testsuite/libmudflap.c++/ |
| H A D | pass57-frag.cxx | 16 char ttype[81], tunit[81], tform[81]; in init_bintab() local 19 columns_.push_back (fitscolumn (ttype,tunit,1,typecode)); in init_bintab()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 309 llvm::DIFile *tunit, llvm::DIScope *scope, 315 uint64_t offsetInBits, llvm::DIFile *tunit, 318 return createFieldType(name, type, loc, AS, offsetInBits, 0, tunit, scope,
|
| H A D | CGDebugInfo.cpp | 1493 uint64_t offsetInBits, uint32_t AlignInBits, llvm::DIFile *tunit, in createFieldType() argument 1495 llvm::DIType *debugType = getOrCreateType(type, tunit); in createFieldType() 1587 const FieldDecl *field, uint64_t OffsetInBits, llvm::DIFile *tunit, in CollectRecordNormalField() argument 1605 OffsetInBits, Align, tunit, RecordTy, RD, Annotations); in CollectRecordNormalField() 1623 const RecordDecl *record, llvm::DIFile *tunit, in CollectRecordFields() argument 1663 CollectRecordNormalField(field, layout.getFieldOffset(fieldNo), tunit, in CollectRecordFields() 4901 llvm::DIFile *tunit = getOrCreateFile(loc); in EmitDeclareOfBlockLiteralArgVariable() local 4912 collectDefaultFieldsForBlockLiteralDeclare(block, C, loc, *blockLayout, tunit, in EmitDeclareOfBlockLiteralArgVariable() 4963 offsetInBits, tunit, tunit)); in EmitDeclareOfBlockLiteralArgVariable() 4979 fieldType = DBuilder.createMemberType(tunit, name, tunit, line, in EmitDeclareOfBlockLiteralArgVariable() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Decl.cpp | 3159 const TranslationUnitDecl *tunit = in isMain() local 3161 return tunit && in isMain() 3162 !tunit->getASTContext().getLangOpts().Freestanding && in isMain()
|