Searched refs:MachODumper (Results 1 – 3 of 3) sorted by relevance
21 class MachODumper { class39 MachODumper(const object::MachOObjectFile &O) : Obj(O) {} in MachODumper() function in MachODumper107 const char *MachODumper::processLoadCommandData( in processLoadCommandData()114 const char *MachODumper::processLoadCommandData<MachO::segment_command>( in processLoadCommandData()122 const char *MachODumper::processLoadCommandData<MachO::segment_command_64>( in processLoadCommandData()141 const char *MachODumper::processLoadCommandData<MachO::dylib_command>( in processLoadCommandData()148 const char *MachODumper::processLoadCommandData<MachO::dylinker_command>( in processLoadCommandData()155 const char *MachODumper::processLoadCommandData<MachO::rpath_command>( in processLoadCommandData()161 Expected<std::unique_ptr<MachOYAML::Object>> MachODumper::dump() { in dump()169 void MachODumper::dumpHeader(std::unique_ptr<MachOYAML::Object> &Y) { in dumpHeader()[all …]
29 class MachODumper : public ObjDumper { class31 MachODumper(const MachOObjectFile *Obj, ScopedPrinter &Writer) in MachODumper() function in __anonc9a71cae0111::MachODumper77 Result.reset(new MachODumper(MachOObj, Writer)); in createMachODumper()385 void MachODumper::printFileHeaders() { in printFileHeaders()396 void MachODumper::printFileHeaders(const MachHeader &Header) { in printFileHeaders()429 void MachODumper::printSections() { in printSections()433 void MachODumper::printSections(const MachOObjectFile *Obj) { in printSections()498 void MachODumper::printRelocations() { in printRelocations()524 void MachODumper::printRelocation(const RelocationRef &Reloc) { in printRelocation()528 void MachODumper::printRelocation(const MachOObjectFile *Obj, in printRelocation()[all …]
16 MachODumper.cpp