Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1359 llvm::DIFile *VUnit = getOrCreateFile(Loc); in createBitFieldType() local
1360 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldType()
1428 llvm::DIFile *VUnit = getOrCreateFile(Loc); in CollectRecordLambdaFields() local
1432 layout.getFieldOffset(fieldno), Align, VUnit, RecordTy, CXXDecl); in CollectRecordLambdaFields()
1440 llvm::DIFile *VUnit = getOrCreateFile(f->getLocation()); in CollectRecordLambdaFields() local
1444 layout.getFieldOffset(fieldno), VUnit, RecordTy, CXXDecl); in CollectRecordLambdaFields()
1457 llvm::DIFile *VUnit = getOrCreateFile(Var->getLocation()); in CreateRecordStaticField() local
1458 llvm::DIType *VTy = getOrCreateType(Var->getType(), VUnit); in CreateRecordStaticField()
1476 RecordTy, VName, VUnit, LineNumber, VTy, Flags, C, Align); in CreateRecordStaticField()