Searched defs:printRelocation (Results 1 - 3 of 3) sorted by relevance

/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp44 void printRelocation(const RelocationRef &Reloc);
46 void printRelocation(const MachOObjectFile *Obj, const RelocationRef &Reloc);
254 printRelocation(Reloc);
295 printRelocation(Reloc);
305 void MachODumper::printRelocation(const RelocationRef &Reloc) { function in class:MachODumper
306 return printRelocation(Obj, Reloc);
309 void MachODumper::printRelocation(const MachOObjectFile *Obj, function in class:MachODumper
H A DCOFFDumper.cpp61 void printRelocation(const SectionRef &Section, const RelocationRef &Reloc);
625 printRelocation(Sec, Reloc);
670 printRelocation(Section, Reloc);
680 void COFFDumper::printRelocation(const SectionRef &Section, function in class:COFFDumper
H A DELFDumper.cpp68 void printRelocation(const Elf_Shdr *Sec, typename ELFO::Elf_Rela Rel);
650 printRelocation(Sec, Rela);
657 printRelocation(Sec, *RI);
664 void ELFDumper<ELFT>::printRelocation(const Elf_Shdr *Sec, function in class:ELFDumper

Completed in 452 milliseconds