Lines Matching refs:MachOObjectFile
139 static void iterateOnSegments(const object::MachOObjectFile &Obj, in iterateOnSegments()
199 static unsigned transferSymbols(const object::MachOObjectFile &Obj, in transferSymbols()
226 getSection(const object::MachOObjectFile &Obj, in getSection()
228 const object::MachOObjectFile::LoadCommandInfo &LCI, unsigned Idx) { in getSection()
233 getSection(const object::MachOObjectFile &Obj, in getSection()
235 const object::MachOObjectFile::LoadCommandInfo &LCI, unsigned Idx) { in getSection()
254 const object::MachOObjectFile::LoadCommandInfo &LCI, SegmentTy Segment, in transferSegmentAndSections()
255 const object::MachOObjectFile &Obj, MachObjectWriter &Writer, in transferSegmentAndSections()
330 static bool isExecutable(const object::MachOObjectFile &Obj) { in isExecutable()
337 static bool hasLinkEditSegment(const object::MachOObjectFile &Obj) { in hasLinkEditSegment()
380 ObjectEntry->getObjectAs<object::MachOObjectFile>(DM.getTriple()); in generateDsymCompanion()