Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGDebugInfo.cpp832 llvm::DIFile *tunit, llvm::DIScope *scope, const RecordDecl *RD) { in createFieldType() argument
833 llvm::DIType *debugType = getOrCreateType(type, tunit); in createFieldType()
929 const FieldDecl *field, uint64_t OffsetInBits, llvm::DIFile *tunit, in CollectRecordNormalField() argument
947 field->getAccess(), OffsetInBits, tunit, RecordTy, RD); in CollectRecordNormalField()
953 const RecordDecl *record, llvm::DIFile *tunit, in CollectRecordFields() argument
981 CollectRecordNormalField(field, layout.getFieldOffset(fieldNo), tunit, in CollectRecordFields()
2975 llvm::DIFile *tunit = getOrCreateFile(loc); in EmitDeclareOfBlockLiteralArgVariable() local
2988 tunit, tunit)); in EmitDeclareOfBlockLiteralArgVariable()
2991 tunit, tunit)); in EmitDeclareOfBlockLiteralArgVariable()
2994 tunit, tunit)); in EmitDeclareOfBlockLiteralArgVariable()
[all …]
HDCGDebugInfo.h230 llvm::DIFile *tunit, llvm::DIScope *scope,
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDecl.cpp2435 const TranslationUnitDecl *tunit = in isMain() local
2437 return tunit && in isMain()
2438 !tunit->getASTContext().getLangOpts().Freestanding && in isMain()