HomeSort by: relevance | last modified time | path
    Searched refs:MachODumper (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/bin/llvm-readobj/
Makefile 15 MachODumper.cpp \
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
macho2yaml.cpp 22 class MachODumper {
54 MachODumper(const object::MachOObjectFile &O,
75 MachODumper::constructSectionCommon(SectionType Sec, size_t SecIndex) {
117 Expected<MachOYAML::Section> MachODumper::constructSection(MachO::section Sec,
127 MachODumper::constructSection(MachO::section_64 Sec, size_t SecIndex) {
164 Expected<const char *> MachODumper::extractSections(
195 Expected<const char *> MachODumper::processLoadCommandData(
204 MachODumper::processLoadCommandData<MachO::segment_command>(
214 MachODumper::processLoadCommandData<MachO::segment_command_64>(
235 MachODumper::processLoadCommandData<MachO::dylib_command>
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
MachODumper.cpp 1 //===- MachODumper.cpp - Object file dumping utility for llvm -------------===//
27 class MachODumper : public ObjDumper {
29 MachODumper(const MachOObjectFile *Obj, ScopedPrinter &Writer)
72 return std::make_unique<MachODumper>(&Obj, Writer);
409 void MachODumper::printFileHeaders() {
420 void MachODumper::printFileHeaders(const MachHeader &Header) {
453 void MachODumper::printSectionHeaders() { return printSectionHeaders(Obj); }
455 void MachODumper::printSectionHeaders(const MachOObjectFile *Obj) {
511 void MachODumper::printRelocations() {
535 void MachODumper::printRelocation(const RelocationRef &Reloc)
    [all...]

Completed in 17 milliseconds