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

References

tools/clang/lib/CodeGen/CGDebugInfo.cpp
 1046     FType = CGM.getContext().IntTy;
 1047     EltTys.push_back(CreateMemberType(Unit, FType, "__size", &FieldOffset));
 1048     EltTys.push_back(CreateMemberType(Unit, FType, "__align", &FieldOffset));
 1050     FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
 1051     EltTys.push_back(CreateMemberType(Unit, FType, "__isa", &FieldOffset));
 1052     FType = CGM.getContext().IntTy;
 1053     EltTys.push_back(CreateMemberType(Unit, FType, "__flags", &FieldOffset));
 1054     EltTys.push_back(CreateMemberType(Unit, FType, "__reserved", &FieldOffset));
 1055     FType = CGM.getContext().getPointerType(Ty->getPointeeType());
 1056     EltTys.push_back(CreateMemberType(Unit, FType, "__FuncPtr", &FieldOffset));
 1057     FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);