Home | History | Annotate | Download | only in llvm-readobj

Lines Matching refs:MachOObjectFile

30   MachODumper(const MachOObjectFile *Obj, StreamWriter& Writer)
46 void printRelocation(const MachOObjectFile *Obj,
49 void printSections(const MachOObjectFile *Obj);
51 const MachOObjectFile *Obj;
62 const MachOObjectFile *MachOObj = dyn_cast<MachOObjectFile>(Obj);
165 static void getSection(const MachOObjectFile *Obj,
194 static void getSymbol(const MachOObjectFile *Obj,
222 void MachODumper::printSections(const MachOObjectFile *Obj) {
338 void MachODumper::printRelocation(const MachOObjectFile *Obj,