Searched refs:VUnit (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 1213 llvm::DIFile *VUnit = getOrCreateFile(Loc); in createBitFieldType() local 1214 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldType() 1282 llvm::DIFile *VUnit = getOrCreateFile(Loc); in CollectRecordLambdaFields() local 1286 layout.getFieldOffset(fieldno), Align, VUnit, RecordTy, CXXDecl); in CollectRecordLambdaFields() 1294 llvm::DIFile *VUnit = getOrCreateFile(f->getLocation()); in CollectRecordLambdaFields() local 1298 layout.getFieldOffset(fieldno), VUnit, RecordTy, CXXDecl); in CollectRecordLambdaFields() 1311 llvm::DIFile *VUnit = getOrCreateFile(Var->getLocation()); in CreateRecordStaticField() local 1312 llvm::DIType *VTy = getOrCreateType(Var->getType(), VUnit); in CreateRecordStaticField() 1330 RecordTy, VName, VUnit, LineNumber, VTy, Flags, C, Align); in CreateRecordStaticField()
|