Searched refs:printRelocation (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | WasmDumper.cpp | 70 void printRelocation(const SectionRef &Section, const RelocationRef &Reloc); 83 void WasmDumper::printRelocation(const SectionRef &Section, in printRelocation() function in __anon17b8940d0111::WasmDumper 137 printRelocation(Section, Reloc); in printRelocations() 211 printRelocation(Section, Reloc); in printSectionHeaders()
|
| H A D | MachODumper.cpp | 70 void printRelocation(const RelocationRef &Reloc); 72 void printRelocation(const MachOObjectFile *Obj, const RelocationRef &Reloc); 506 printRelocation(Reloc); in printSectionHeaders() 539 printRelocation(Reloc); in printRelocations() 549 void MachODumper::printRelocation(const RelocationRef &Reloc) { in printRelocation() function in MachODumper 550 return printRelocation(Obj, Reloc); in printRelocation() 553 void MachODumper::printRelocation(const MachOObjectFile *Obj, in printRelocation() function in MachODumper
|
| H A D | XCOFFDumper.cpp | 60 template <typename RelTy> void printRelocation(RelTy Reloc); 151 template <typename RelTy> void XCOFFDumper::printRelocation(RelTy Reloc) { in printRelocation() function in XCOFFDumper 201 printRelocation(Reloc); in printRelocations()
|
| H A D | COFFDumper.cpp | 116 void printRelocation(const SectionRef &Section, const RelocationRef &Reloc, 337 printRelocation(Sec, Relocation, OffsetStart); in printBinaryBlockWithRelocs() 1390 printRelocation(Sec, Reloc); in printSectionHeaders() 1427 printRelocation(Section, Reloc); in printRelocations() 1437 void COFFDumper::printRelocation(const SectionRef &Section, in printRelocation() function in COFFDumper
|
| /llvm-project-15.0.7/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 457 static void printRelocation(formatted_raw_ostream &OS, StringRef FileName, in printRelocation() function 561 printRelocation(OS, ObjectFilename, *RelCur, Address.Address, false); in printInst() 1809 printRelocation(FOS, Obj.getFileName(), *RelCur, in disassembleObject()
|