Home
last modified time | relevance | path

Searched refs:VUnit (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1433 llvm::DIFile *VUnit = getOrCreateFile(Loc); in createBitFieldType() local
1434 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldType()
1502 llvm::DIFile *VUnit = getOrCreateFile(Loc); in CollectRecordLambdaFields() local
1506 layout.getFieldOffset(fieldno), Align, VUnit, RecordTy, CXXDecl); in CollectRecordLambdaFields()
1514 llvm::DIFile *VUnit = getOrCreateFile(f->getLocation()); in CollectRecordLambdaFields() local
1518 layout.getFieldOffset(fieldno), VUnit, RecordTy, CXXDecl); in CollectRecordLambdaFields()
1531 llvm::DIFile *VUnit = getOrCreateFile(Var->getLocation()); in CreateRecordStaticField() local
1532 llvm::DIType *VTy = getOrCreateType(Var->getType(), VUnit); in CreateRecordStaticField()
1550 RecordTy, VName, VUnit, LineNumber, VTy, Flags, C, Align); in CreateRecordStaticField()