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

References

tools/clang/lib/CodeGen/CGDebugInfo.cpp
 3846   EltTys.push_back(CreateMemberType(Unit, FType, "__isa", &FieldOffset));
 3847   EltTys.push_back(CreateMemberType(Unit, FType, "__forwarding", &FieldOffset));
 3849   EltTys.push_back(CreateMemberType(Unit, FType, "__flags", &FieldOffset));
 3850   EltTys.push_back(CreateMemberType(Unit, FType, "__size", &FieldOffset));
 3855     EltTys.push_back(
 3857     EltTys.push_back(
 3866     EltTys.push_back(
 3882       EltTys.push_back(CreateMemberType(Unit, FType, "", &FieldOffset));
 3895   EltTys.push_back(FieldTy);
 3898   llvm::DINodeArray Elements = DBuilder.getOrCreateArray(EltTys);