Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDebugInfo.cpp846 llvm::DIFile VUnit = getOrCreateFile(C.getLocation()); in CollectRecordLambdaFields() local
856 layout.getFieldOffset(fieldno), VUnit, RecordTy); in CollectRecordLambdaFields()
865 llvm::DIFile VUnit = getOrCreateFile(f->getLocation()); in CollectRecordLambdaFields() local
869 layout.getFieldOffset(fieldno), VUnit, RecordTy); in CollectRecordLambdaFields()
883 llvm::DIFile VUnit = getOrCreateFile(Var->getLocation()); in CollectRecordStaticField() local
884 llvm::DIType VTy = getOrCreateType(Var->getType(), VUnit); in CollectRecordStaticField()
910 llvm::DIType GV = DBuilder.createStaticMemberType(RecordTy, VName, VUnit, in CollectRecordStaticField()