Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-readobj/
DXCOFFDumper.cpp31 void printRelocations() override;
46 void printRelocations(ArrayRef<XCOFFSectionHeader32> Sections);
105 void XCOFFDumper::printRelocations() { in printRelocations() function in XCOFFDumper
109 printRelocations(Obj.sections32()); in printRelocations()
124 void XCOFFDumper::printRelocations(ArrayRef<XCOFFSectionHeader32> Sections) { in printRelocations() function in XCOFFDumper
DWasmDumper.cpp64 void printRelocations() override;
120 void WasmDumper::printRelocations() { in printRelocations() function in __anonb99b1fcd0111::WasmDumper
DObjDumper.h44 virtual void printRelocations() = 0;
DMachODumper.cpp34 void printRelocations() override;
508 void MachODumper::printRelocations() { in printRelocations() function in MachODumper
Dllvm-readobj.cpp515 Dumper->printRelocations(); in dumpObject()
DELFDumper.cpp270 void printRelocations() override;
763 virtual void printRelocations() = 0;
851 void printRelocations() override;
975 void printRelocations() override;
2297 template <class ELFT> void ELFDumper<ELFT>::printRelocations() { in printRelocations() function in ELFDumper
2298 ELFDumperStyle->printRelocations(); in printRelocations()
3785 template <class ELFT> void GNUStyle<ELFT>::printRelocations() { in printRelocations() function in GNUStyle
6368 template <class ELFT> void LLVMStyle<ELFT>::printRelocations() { in printRelocations() function in LLVMStyle
DCOFFDumper.cpp85 void printRelocations() override;
1389 void COFFDumper::printRelocations() { in printRelocations() function in COFFDumper
/external/llvm/tools/llvm-readobj/
DObjDumper.h34 virtual void printRelocations() = 0;
DELFDumper.cpp104 void printRelocations() override;
281 virtual void printRelocations(const ELFFile<ELFT> *Obj) = 0;
308 void printRelocations(const ELFO *Obj) override;
362 void printRelocations(const ELFO *Obj) override;
363 void printRelocations(const Elf_Shdr *Sec, const ELFO *Obj);
1468 void ELFDumper<ELFT>::printRelocations() { in printRelocations() function in ELFDumper
1469 ELFDumperStyle->printRelocations(Obj); in printRelocations()
2518 template <class ELFT> void GNUStyle<ELFT>::printRelocations(const ELFO *Obj) { in printRelocations() function in GNUStyle
3242 template <class ELFT> void LLVMStyle<ELFT>::printRelocations(const ELFO *Obj) { in printRelocations() function in LLVMStyle
3257 printRelocations(&Sec, Obj); in printRelocations()
[all …]
DMachODumper.cpp36 void printRelocations() override;
498 void MachODumper::printRelocations() { in printRelocations() function in MachODumper
Dllvm-readobj.cpp362 Dumper->printRelocations(); in dumpObject()
DCOFFDumper.cpp70 void printRelocations() override;
1152 void COFFDumper::printRelocations() { in printRelocations() function in COFFDumper
/external/llvm-project/llvm/tools/llvm-objdump/
Dllvm-objdump.h120 void printRelocations(const object::ObjectFile *O);
Dllvm-objdump.cpp2238 void objdump::printRelocations(const ObjectFile *Obj) { in printRelocations() function in objdump
2854 printRelocations(O); in dumpObject()