Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDWasmDumper.cpp64 void printRelocations() override;
120 void WasmDumper::printRelocations() { in printRelocations() function in __anon2e44a6560111::WasmDumper
HDXCOFFDumper.cpp36 void printRelocations() override;
69 void printRelocations(ArrayRef<Shdr> Sections);
454 void XCOFFDumper::printRelocations() { in printRelocations() function in XCOFFDumper
456 printRelocations<XCOFFSectionHeader64, XCOFFRelocation64>(Obj.sections64()); in printRelocations()
458 printRelocations<XCOFFSectionHeader32, XCOFFRelocation32>(Obj.sections32()); in printRelocations()
488 void XCOFFDumper::printRelocations(ArrayRef<Shdr> Sections) { in printRelocations() function in XCOFFDumper
HDObjDumper.h77 virtual void printRelocations() = 0;
HDMachODumper.cpp35 void printRelocations() override;
523 void MachODumper::printRelocations() { in printRelocations() function in MachODumper
HDllvm-readobj.cpp439 Dumper->printRelocations(); in dumpObject()
HDCOFFDumper.cpp89 void printRelocations() override;
1556 void COFFDumper::printRelocations() { in printRelocations() function in COFFDumper
HDELFDumper.cpp590 void printRelocations() override;
706 void printRelocations() override;
3895 template <class ELFT> void GNUELFDumper<ELFT>::printRelocations() { in printRelocations() function in GNUELFDumper
7185 template <class ELFT> void LLVMELFDumper<ELFT>::printRelocations() { in printRelocations() function in LLVMELFDumper
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDllvm-objdump.h99 void printRelocations();
HDllvm-objdump.cpp2658 void Dumper::printRelocations() { in printRelocations() function in Dumper
3310 D.printRelocations(); in dumpObject()