Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp64 void printRelocations() override;
120 void WasmDumper::printRelocations() { in printRelocations() function in __anon28e66e8a0111::WasmDumper
H A DXCOFFDumper.cpp35 void printRelocations() override;
68 void printRelocations(ArrayRef<Shdr> Sections);
449 void XCOFFDumper::printRelocations() { in printRelocations() function in XCOFFDumper
451 printRelocations<XCOFFSectionHeader64, XCOFFRelocation64>(Obj.sections64()); in printRelocations()
453 printRelocations<XCOFFSectionHeader32, XCOFFRelocation32>(Obj.sections32()); in printRelocations()
481 void XCOFFDumper::printRelocations(ArrayRef<Shdr> Sections) { in printRelocations() function in XCOFFDumper
H A DObjDumper.h79 virtual void printRelocations() = 0;
H A DMachODumper.cpp35 void printRelocations() override;
523 void MachODumper::printRelocations() { in printRelocations() function in MachODumper
H A Dllvm-readobj.cpp437 Dumper->printRelocations(); in dumpObject()
H A DCOFFDumper.cpp88 void printRelocations() override;
1465 void COFFDumper::printRelocations() { in printRelocations() function in COFFDumper
H A DELFDumper.cpp558 void printRelocations() override;
666 void printRelocations() override;
3602 template <class ELFT> void GNUELFDumper<ELFT>::printRelocations() { in printRelocations() function in GNUELFDumper
6632 template <class ELFT> void LLVMELFDumper<ELFT>::printRelocations() { in printRelocations() function in LLVMELFDumper
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h129 void printRelocations(const object::ObjectFile *O);
H A Dllvm-objdump.cpp2152 void objdump::printRelocations(const ObjectFile *Obj) { in printRelocations() function in objdump
2831 printRelocations(O); in dumpObject()