Searched refs:VUnit (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 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() [all …]
|