Lines Matching refs:MachODumper

29 class MachODumper : public ObjDumper {  class
31 MachODumper(const MachOObjectFile *Obj, StreamWriter& Writer) in MachODumper() function in __anon3dc312af0111::MachODumper
78 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()
593 void MachODumper::printSymbols() { in printSymbols()
601 void MachODumper::printDynamicSymbols() { in printDynamicSymbols()
605 void MachODumper::printSymbol(const SymbolRef &Symbol) { in printSymbol()
640 void MachODumper::printUnwindInfo() { in printUnwindInfo()
644 void MachODumper::printStackMap() const { in printStackMap()
673 void MachODumper::printMachODataInCode() { in printMachODataInCode()
695 void MachODumper::printMachOVersionMin() { in printMachOVersionMin()
740 void MachODumper::printMachODysymtab() { in printMachODysymtab()
767 void MachODumper::printMachOSegment() { in printMachOSegment()
788 void MachODumper::printMachOIndirectSymbols() { in printMachOIndirectSymbols()
804 void MachODumper::printMachOLinkerOptions() { in printMachOLinkerOptions()