Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A 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,
H A DCGDebugInfo.cpp1407 uint32_t AlignInBits, llvm::DIFile *tunit, in createFieldType() argument
1409 llvm::DIType *debugType = getOrCreateType(type, tunit); in createFieldType()
1501 const FieldDecl *field, uint64_t OffsetInBits, llvm::DIFile *tunit, in CollectRecordNormalField() argument
1518 OffsetInBits, Align, tunit, RecordTy, RD); in CollectRecordNormalField()
1536 const RecordDecl *record, llvm::DIFile *tunit, in CollectRecordFields() argument
1576 CollectRecordNormalField(field, layout.getFieldOffset(fieldNo), tunit, in CollectRecordFields()
4606 llvm::DIFile *tunit = getOrCreateFile(loc); in EmitDeclareOfBlockLiteralArgVariable() local
4668 offsetInBits, tunit, tunit)); in EmitDeclareOfBlockLiteralArgVariable()
4684 fieldType = DBuilder.createMemberType(tunit, name, tunit, line, in EmitDeclareOfBlockLiteralArgVariable()
4690 offsetInBits, Align, tunit, tunit); in EmitDeclareOfBlockLiteralArgVariable()
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp3036 const TranslationUnitDecl *tunit = in isMain() local
3038 return tunit && in isMain()
3039 !tunit->getASTContext().getLangOpts().Freestanding && in isMain()