Lines Matching refs:VUnit
1508 llvm::DIFile *VUnit = getOrCreateFile(Loc); in createBitFieldType() local
1509 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldType()
1587 llvm::DIFile *VUnit = getOrCreateFile(Loc); in createBitFieldSeparatorIfNeeded() local
1588 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldSeparatorIfNeeded()
1649 llvm::DIFile *VUnit = getOrCreateFile(Loc); in CollectRecordLambdaFields() local
1653 layout.getFieldOffset(fieldno), Align, VUnit, RecordTy, CXXDecl); in CollectRecordLambdaFields()
1661 llvm::DIFile *VUnit = getOrCreateFile(f->getLocation()); in CollectRecordLambdaFields() local
1667 layout.getFieldOffset(fieldno), VUnit, RecordTy, CXXDecl); in CollectRecordLambdaFields()
1680 llvm::DIFile *VUnit = getOrCreateFile(Var->getLocation()); in CreateRecordStaticField() local
1681 llvm::DIType *VTy = getOrCreateType(Var->getType(), VUnit); in CreateRecordStaticField()
1705 RecordTy, VName, VUnit, LineNumber, VTy, Flags, C, Tag, Align); in CreateRecordStaticField()