Searched refs:VUnit (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 1775 llvm::DIFile *VUnit = getOrCreateFile(Loc); in createBitFieldType() local 1776 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldType() 1853 llvm::DIFile *VUnit = getOrCreateFile(Loc); in createBitFieldSeparatorIfNeeded() local 1854 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldSeparatorIfNeeded() 1939 llvm::DIFile *VUnit = getOrCreateFile(Loc); in CollectRecordLambdaFields() local 1943 layout.getFieldOffset(fieldno), Align, VUnit, RecordTy, CXXDecl); in CollectRecordLambdaFields() 1951 llvm::DIFile *VUnit = getOrCreateFile(f->getLocation()); in CollectRecordLambdaFields() local 1957 layout.getFieldOffset(fieldno), VUnit, RecordTy, CXXDecl); in CollectRecordLambdaFields() 1970 llvm::DIFile *VUnit = getOrCreateFile(Var->getLocation()); in CreateRecordStaticField() local 1971 llvm::DIType *VTy = getOrCreateType(Var->getType(), VUnit); in CreateRecordStaticField() [all …]
|