Home
last modified time | relevance | path

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

/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp21 class MachODumper { class
39 MachODumper(const object::MachOObjectFile &O) : Obj(O) {} in MachODumper() function in MachODumper
107 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 …]
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp29 class MachODumper : public ObjDumper { class
31 MachODumper(const MachOObjectFile *Obj, ScopedPrinter &Writer) in MachODumper() function in __anonc9a71cae0111::MachODumper
77 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 …]
DCMakeLists.txt16 MachODumper.cpp