Lines Matching refs:VUnit
1612 llvm::DIFile *VUnit = getOrCreateFile(Loc); in createBitFieldType() local
1613 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldType()
1691 llvm::DIFile *VUnit = getOrCreateFile(Loc); in createBitFieldSeparatorIfNeeded() local
1692 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldSeparatorIfNeeded()
1775 llvm::DIFile *VUnit = getOrCreateFile(Loc); in CollectRecordLambdaFields() local
1779 layout.getFieldOffset(fieldno), Align, VUnit, RecordTy, CXXDecl); in CollectRecordLambdaFields()
1787 llvm::DIFile *VUnit = getOrCreateFile(f->getLocation()); in CollectRecordLambdaFields() local
1793 layout.getFieldOffset(fieldno), VUnit, RecordTy, CXXDecl); in CollectRecordLambdaFields()
1806 llvm::DIFile *VUnit = getOrCreateFile(Var->getLocation()); in CreateRecordStaticField() local
1807 llvm::DIType *VTy = getOrCreateType(Var->getType(), VUnit); in CreateRecordStaticField()
1831 RecordTy, VName, VUnit, LineNumber, VTy, Flags, C, Tag, Align); in CreateRecordStaticField()