Lines Matching refs:MachOObjectFile
124 static void iterateOnSegments(const object::MachOObjectFile &Obj, in iterateOnSegments()
176 static unsigned transferSymbols(const object::MachOObjectFile &Obj, in transferSymbols()
203 getSection(const object::MachOObjectFile &Obj, in getSection()
205 const object::MachOObjectFile::LoadCommandInfo &LCI, unsigned Idx) { in getSection()
210 getSection(const object::MachOObjectFile &Obj, in getSection()
212 const object::MachOObjectFile::LoadCommandInfo &LCI, unsigned Idx) { in getSection()
226 const object::MachOObjectFile::LoadCommandInfo &LCI, SegmentTy Segment, in transferSegmentAndSections()
227 const object::MachOObjectFile &Obj, MCObjectWriter &Writer, in transferSegmentAndSections()
292 static bool isExecutable(const object::MachOObjectFile &Obj) { in isExecutable()
299 static bool hasLinkEditSegment(const object::MachOObjectFile &Obj) { in hasLinkEditSegment()
336 InputBinaryHolder.GetAs<object::MachOObjectFile>(DM.getTriple()); in generateDsymCompanion()