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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp37 void printRelocations() override;
52 void printRelocations(ArrayRef<XCOFFSectionHeader32> Sections);
111 void XCOFFDumper::printRelocations() { function in class:XCOFFDumper
115 printRelocations(Obj.sections32());
130 void XCOFFDumper::printRelocations(ArrayRef<XCOFFSectionHeader32> Sections) { function in class:XCOFFDumper
H A DObjDumper.h38 virtual void printRelocations() = 0;
H A DWasmDumper.cpp65 void printRelocations() override;
131 void WasmDumper::printRelocations() { function in class:__anon5865::WasmDumper
H A DMachODumper.cpp35 void printRelocations() override;
514 void MachODumper::printRelocations() { function in class:MachODumper
H A DELFDumper.cpp195 void printRelocations() override;
704 virtual void printRelocations(const ELFFile<ELFT> *Obj) = 0;
775 void printRelocations(const ELFO *Obj) override;
896 void printRelocations(const ELFO *Obj) override;
897 void printRelocations(const Elf_Shdr *Sec, const ELFO *Obj);
2115 template <class ELFT> void ELFDumper<ELFT>::printRelocations() { function in class:ELFDumper
2116 ELFDumperStyle->printRelocations(ObjF->getELFFile());
3285 template <class ELFT> void GNUStyle<ELFT>::printRelocations(const ELFO *Obj) { function in class:GNUStyle
5532 template <class ELFT> void LLVMStyle<ELFT>::printRelocations(const ELFO *Obj) { function in class:LLVMStyle
5550 printRelocations(
5558 void LLVMStyle<ELFT>::printRelocations(const Elf_Shdr *Sec, const ELFO *Obj) { function in class:LLVMStyle
[all...]
H A Dllvm-readobj.cpp469 Dumper->printRelocations();
H A DCOFFDumper.cpp87 void printRelocations() override;
1365 void COFFDumper::printRelocations() { function in class:COFFDumper
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h136 void printRelocations(const object::ObjectFile *O);
H A Dllvm-objdump.cpp1614 void printRelocations(const ObjectFile *Obj) {
2185 printRelocations(O);

Completed in 137 milliseconds