reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
48 Parent = nullptr; 53 return (Parent == Other.Parent) && (Index == Other.Index); 53 return (Parent == Other.Parent) && (Index == Other.Index); 56 ObjectForArch getNext() const { return ObjectForArch(Parent, Index + 1); } 58 if (Parent->getMagic() == MachO::FAT_MAGIC) 64 if (Parent->getMagic() == MachO::FAT_MAGIC) 70 if (Parent->getMagic() == MachO::FAT_MAGIC) 76 if (Parent->getMagic() == MachO::FAT_MAGIC) 82 if (Parent->getMagic() == MachO::FAT_MAGIC) 88 if (Parent->getMagic() == MachO::FAT_MAGIC) 95 if (Parent->getMagic() == MachO::FAT_MAGIC) {lib/Object/MachOUniversal.cpp
64 if (!Parent) 68 StringRef ParentData = Parent->getData(); 71 if (Parent->getMagic() == MachO::FAT_MAGIC) { 78 StringRef ObjectName = Parent->getFileName(); 85 if (!Parent) 89 StringRef ParentData = Parent->getData(); 91 if (Parent->getMagic() == MachO::FAT_MAGIC) 95 StringRef ObjectName = Parent->getFileName();