Searched defs:tunit (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 1713 createFieldType(StringRef name,QualType type,SourceLocation loc,AccessSpecifier AS,uint64_t offsetInBits,uint32_t AlignInBits,llvm::DIFile * tunit,llvm::DIScope * scope,const RecordDecl * RD,llvm::DINodeArray Annotations) createFieldType() argument 1837 CollectRecordNormalField(const FieldDecl * field,uint64_t OffsetInBits,llvm::DIFile * tunit,SmallVectorImpl<llvm::Metadata * > & elements,llvm::DIType * RecordTy,const RecordDecl * RD) CollectRecordNormalField() argument 1877 CollectRecordFields(const RecordDecl * record,llvm::DIFile * tunit,SmallVectorImpl<llvm::Metadata * > & elements,llvm::DICompositeType * RecordTy) CollectRecordFields() argument 5225 llvm::DIFile *tunit = getOrCreateFile(loc); EmitDeclareOfBlockLiteralArgVariable() local [all...] |
/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 3295 const TranslationUnitDecl *tunit = isMain() local
|