Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp70 void printRelocation(const SectionRef &Section, const RelocationRef &Reloc);
83 void WasmDumper::printRelocation(const SectionRef &Section, in printRelocation() function in __anon448e06dd0111::WasmDumper
137 printRelocation(Section, Reloc); in printRelocations()
211 printRelocation(Section, Reloc); in printSectionHeaders()
H A DMachODumper.cpp69 void printRelocation(const RelocationRef &Reloc);
71 void printRelocation(const MachOObjectFile *Obj, const RelocationRef &Reloc);
504 printRelocation(Reloc); in printSectionHeaders()
537 printRelocation(Reloc); in printRelocations()
547 void MachODumper::printRelocation(const RelocationRef &Reloc) { in printRelocation() function in MachODumper
548 return printRelocation(Obj, Reloc); in printRelocation()
551 void MachODumper::printRelocation(const MachOObjectFile *Obj, in printRelocation() function in MachODumper
H A DXCOFFDumper.cpp67 template <typename RelTy> void printRelocation(RelTy Reloc);
461 template <typename RelTy> void XCOFFDumper::printRelocation(RelTy Reloc) { in printRelocation() function in XCOFFDumper
512 printRelocation(Reloc); in printRelocations()
H A DCOFFDumper.cpp117 void printRelocation(const SectionRef &Section, const RelocationRef &Reloc,
337 printRelocation(Sec, Relocation, OffsetStart); in printBinaryBlockWithRelocs()
1535 printRelocation(Sec, Reloc); in printSectionHeaders()
1572 printRelocation(Section, Reloc); in printRelocations()
1582 void COFFDumper::printRelocation(const SectionRef &Section, in printRelocation() function in COFFDumper
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp640 static void printRelocation(formatted_raw_ostream &OS, StringRef FileName, in printRelocation() function
746 printRelocation(OS, ObjectFilename, *RelCur, Address.Address, false); in printInst()
2512 printRelocation(FOS, Obj.getFileName(), *RelCur, in disassembleObject()