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