reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGDebugInfo.cpp
 3845   FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
 3846   EltTys.push_back(CreateMemberType(Unit, FType, "__isa", &FieldOffset));
 3847   EltTys.push_back(CreateMemberType(Unit, FType, "__forwarding", &FieldOffset));
 3848   FType = CGM.getContext().IntTy;
 3849   EltTys.push_back(CreateMemberType(Unit, FType, "__flags", &FieldOffset));
 3850   EltTys.push_back(CreateMemberType(Unit, FType, "__size", &FieldOffset));
 3854     FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
 3856         CreateMemberType(Unit, FType, "__copy_helper", &FieldOffset));
 3858         CreateMemberType(Unit, FType, "__destroy_helper", &FieldOffset));
 3865     FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
 3867         CreateMemberType(Unit, FType, "__byref_variable_layout", &FieldOffset));
 3880       FType = CGM.getContext().getConstantArrayType(
 3882       EltTys.push_back(CreateMemberType(Unit, FType, "", &FieldOffset));
 3886   FType = Type;
 3887   llvm::DIType *WrappedTy = getOrCreateType(FType, Unit);
 3888   FieldSize = CGM.getContext().getTypeSize(FType);