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

/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp56 void printRelocation(const RelocationRef &Reloc);
58 void printRelocation(const MachOObjectFile *Obj, const RelocationRef &Reloc);
473 printRelocation(Reloc);
514 printRelocation(Reloc);
524 void MachODumper::printRelocation(const RelocationRef &Reloc) { function in class:MachODumper
525 return printRelocation(Obj, Reloc);
528 void MachODumper::printRelocation(const MachOObjectFile *Obj, function in class:MachODumper
H A DCOFFDumper.cpp85 void printRelocation(const SectionRef &Section, const RelocationRef &Reloc,
283 printRelocation(Sec, Relocation, OffsetStart);
1129 printRelocation(Sec, Reloc);
1169 printRelocation(Section, Reloc);
1179 void COFFDumper::printRelocation(const SectionRef &Section, function in class:COFFDumper
H A DELFDumper.cpp341 void printRelocation(const ELFO *Obj, const Elf_Shdr *SymTab,
372 void printRelocation(const ELFO *Obj, Elf_Rela Rel, const Elf_Shdr *SymTab);
2455 void GNUStyle<ELFT>::printRelocation(const ELFO *Obj, const Elf_Shdr *SymTab, function in class:GNUStyle
2538 printRelocation(Obj, SymTab, Rela, false);
2542 printRelocation(Obj, SymTab, R, true);
3275 printRelocation(Obj, Rela, SymTab);
3280 printRelocation(Obj, R, SymTab);
3286 void LLVMStyle<ELFT>::printRelocation(const ELFO *Obj, Elf_Rela Rel, function in class:LLVMStyle

Completed in 98 milliseconds