Home | History | Annotate | Download | only in Object

Lines Matching refs:Parent

43     const MachOUniversalBinary *Parent, uint32_t Index)
44 : Parent(Parent), Index(Index) {
45 if (!Parent || Index >= Parent->getNumberOfObjects()) {
49 StringRef ParentData = Parent->getData();
50 if (Parent->getMagic() == MachO::FAT_MAGIC) {
57 } else { // Parent->getMagic() == MachO::FAT_MAGIC_64
70 if (!Parent)
72 "called when Parent is a nullptr");
74 StringRef ParentData = Parent->getData();
76 if (Parent->getMagic() == MachO::FAT_MAGIC)
78 else // Parent->getMagic() == MachO::FAT_MAGIC_64
80 StringRef ObjectName = Parent->getFileName();
87 if (!Parent)
89 "called when Parent is a nullptr");
91 StringRef ParentData = Parent->getData();
93 if (Parent->getMagic() == MachO::FAT_MAGIC)
95 else // Parent->getMagic() == MachO::FAT_MAGIC_64
97 StringRef ObjectName = Parent->getFileName();