Home
last modified time | relevance | path

Searched refs:MachODumper (Results 1 – 3 of 3) sorted by relevance

/external/llvm/tools/llvm-readobj/
DMachODumper.cpp28 class MachODumper : public ObjDumper { class
30 MachODumper(const MachOObjectFile *Obj, StreamWriter& Writer) in MachODumper() function in __anon3dc312af0111::MachODumper
68 Result.reset(new MachODumper(MachOObj, Writer)); in createMachODumper()
341 void MachODumper::printFileHeaders() { in printFileHeaders()
352 void MachODumper::printFileHeaders(const MachHeader &Header) { in printFileHeaders()
385 void MachODumper::printSections() { in printSections()
389 void MachODumper::printSections(const MachOObjectFile *Obj) { in printSections()
454 void MachODumper::printRelocations() { in printRelocations()
481 void MachODumper::printRelocation(const RelocationRef &Reloc) { in printRelocation()
485 void MachODumper::printRelocation(const MachOObjectFile *Obj, in printRelocation()
[all …]
DCMakeLists.txt14 MachODumper.cpp
DAndroid.mk17 MachODumper.cpp \