Searched refs:VUnit (Results 1 – 1 of 1) 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()
|