Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGDebugInfo.cpp778 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 …]
DCGDebugInfo.h176 llvm::DIFile tunit,
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DDecl.cpp2265 const TranslationUnitDecl *tunit = in isMain() local
2267 return tunit && in isMain()
2268 !tunit->getASTContext().getLangOpts().Freestanding && in isMain()