Searched refs:VUnit (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 959 llvm::DIFile *VUnit = getOrCreateFile(Loc); in createBitFieldType() local 960 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldType() 1022 llvm::DIFile *VUnit = getOrCreateFile(Loc); in CollectRecordLambdaFields() local 1025 layout.getFieldOffset(fieldno), VUnit, RecordTy, CXXDecl); in CollectRecordLambdaFields() 1033 llvm::DIFile *VUnit = getOrCreateFile(f->getLocation()); in CollectRecordLambdaFields() local 1037 layout.getFieldOffset(fieldno), VUnit, RecordTy, CXXDecl); in CollectRecordLambdaFields() 1050 llvm::DIFile *VUnit = getOrCreateFile(Var->getLocation()); in CreateRecordStaticField() local 1051 llvm::DIType *VTy = getOrCreateType(Var->getType(), VUnit); in CreateRecordStaticField() 1068 RecordTy, VName, VUnit, LineNumber, VTy, Flags, C); in CreateRecordStaticField()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 1320 llvm::DIFile *VUnit = getOrCreateFile(Loc); in createBitFieldType() local 1321 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldType() 1389 llvm::DIFile *VUnit = getOrCreateFile(Loc); in CollectRecordLambdaFields() local 1393 layout.getFieldOffset(fieldno), Align, VUnit, RecordTy, CXXDecl); in CollectRecordLambdaFields() 1401 llvm::DIFile *VUnit = getOrCreateFile(f->getLocation()); in CollectRecordLambdaFields() local 1405 layout.getFieldOffset(fieldno), VUnit, RecordTy, CXXDecl); in CollectRecordLambdaFields() 1418 llvm::DIFile *VUnit = getOrCreateFile(Var->getLocation()); in CreateRecordStaticField() local 1419 llvm::DIType *VTy = getOrCreateType(Var->getType(), VUnit); in CreateRecordStaticField() 1437 RecordTy, VName, VUnit, LineNumber, VTy, Flags, C, Align); in CreateRecordStaticField()
|