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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
WasmDumper.cpp 70 void printRelocation(const SectionRef &Section, const RelocationRef &Reloc);
83 void WasmDumper::printRelocation(const SectionRef &Section,
137 printRelocation(Section, Reloc);
206 printRelocation(Section, Reloc);
MachODumper.cpp 56 void printRelocation(const RelocationRef &Reloc);
58 void printRelocation(const MachOObjectFile *Obj, const RelocationRef &Reloc);
492 printRelocation(Reloc);
525 printRelocation(Reloc);
535 void MachODumper::printRelocation(const RelocationRef &Reloc) {
536 return printRelocation(Obj, Reloc);
539 void MachODumper::printRelocation(const MachOObjectFile *Obj,
COFFDumper.cpp 115 void printRelocation(const SectionRef &Section, const RelocationRef &Reloc,
336 printRelocation(Sec, Relocation, OffsetStart);
1386 printRelocation(Sec, Reloc);
1423 printRelocation(Section, Reloc);
1433 void COFFDumper::printRelocation(const SectionRef &Section,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
llvm-objdump.cpp 448 static void printRelocation(formatted_raw_ostream &OS, StringRef FileName,
547 printRelocation(OS, ObjectFilename, *RelCur, Address.Address, false);
1532 printRelocation(FOS, Obj->getFileName(), *RelCur,

Completed in 34 milliseconds