Home
last modified time | relevance | path

Searched refs:printRelocations (Results 1 – 5 of 5) sorted by relevance

/external/llvm/tools/llvm-readobj/
DObjDumper.h31 virtual void printRelocations() = 0;
DELFDumper.cpp49 void printRelocations() override;
107 void printRelocations(const Elf_Shdr *Sec);
1109 printRelocations(&Sec); in printSections()
1138 void ELFDumper<ELFT>::printRelocations() { in printRelocations() function in ELFDumper
1153 printRelocations(&Sec); in printRelocations()
1190 void ELFDumper<ELFT>::printRelocations(const Elf_Shdr *Sec) { in printRelocations() function in ELFDumper
Dllvm-readobj.cpp316 Dumper->printRelocations(); in dumpObject()
DMachODumper.cpp37 void printRelocations() override;
498 void MachODumper::printRelocations() { in printRelocations() function in MachODumper
DCOFFDumper.cpp55 void printRelocations() override;
799 void COFFDumper::printRelocations() { in printRelocations() function in COFFDumper