Searched refs:tunit (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGDebugInfo.cpp | 778 llvm::DIFile tunit, in createFieldType() argument 780 llvm::DIType debugType = getOrCreateType(type, tunit); in createFieldType() 889 llvm::DIFile tunit, in CollectRecordNormalField() argument 908 OffsetInBits, tunit, RecordTy); in CollectRecordNormalField() 916 llvm::DIFile tunit, in CollectRecordFields() argument 946 tunit, elements, RecordTy); in CollectRecordFields() 2945 llvm::DIFile tunit = getOrCreateFile(loc); in EmitDeclareOfBlockLiteralArgVariable() local 2958 tunit, tunit)); in EmitDeclareOfBlockLiteralArgVariable() 2961 tunit, tunit)); in EmitDeclareOfBlockLiteralArgVariable() 2964 tunit, tunit)); in EmitDeclareOfBlockLiteralArgVariable() [all …]
|
| D | CGDebugInfo.h | 176 llvm::DIFile tunit,
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | Decl.cpp | 2265 const TranslationUnitDecl *tunit = in isMain() local 2267 return tunit && in isMain() 2268 !tunit->getASTContext().getLangOpts().Freestanding && in isMain()
|