Searched refs:printRelocations (Results 1 – 12 of 12) sorted by relevance
/llvm-project/llvm/tools/llvm-readobj/ |
H A D | WasmDumper.cpp | 64 void printRelocations() override; 120 void WasmDumper::printRelocations() { in printRelocations() function in __anond31f2e700111::WasmDumper
|
H A D | XCOFFDumper.cpp | 36 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
|
H A D | ObjDumper.h | 77 virtual void printRelocations() = 0;
|
H A D | MachODumper.cpp | 35 void printRelocations() override; 523 void MachODumper::printRelocations() { in printRelocations() function in MachODumper
|
H A D | llvm-readobj.cpp | 441 Dumper->printRelocations(); in dumpObject()
|
H A D | COFFDumper.cpp | 89 void printRelocations() override; 1599 void COFFDumper::printRelocations() { in printRelocation() 1556 void COFFDumper::printRelocations() { printRelocations() function in COFFDumper
|
H A D | ELFDumper.cpp | 590 void printRelocations() override; 706 void printRelocations() override; 3911 template <class ELFT> void GNUELFDumper<ELFT>::printRelocations() { in printRelocations() 7214 template <class ELFT> void LLVMELFDumper<ELFT>::printRelocations() { in printDefaultRelRelaReloc() 3895 template <class ELFT> void GNUELFDumper<ELFT>::printRelocations() { printRelocations() function in GNUELFDumper 7185 template <class ELFT> void LLVMELFDumper<ELFT>::printRelocations() { printRelocations() function in LLVMELFDumper
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.h | 98 void printRelocations();
|
H A D | llvm-objdump.cpp | 2662 void Dumper::printRelocations() { in printRelocations() 3314 D.printRelocations(); in dumpObject() 2658 void Dumper::printRelocations() { printRelocations() function in Dumper
|
/llvm-project/bolt/include/bolt/Core/ |
H A D | BinaryFunction.h | 1585 void printRelocations(raw_ostream &OS, uint64_t Offset, uint64_t Size) const;
|
/llvm-project/bolt/lib/Core/ |
H A D | BinaryContext.cpp | 2012 Function->printRelocations(OS, Offset, Size); in printInstruction()
|
H A D | BinaryFunction.cpp | 666 void BinaryFunction::printRelocations(raw_ostream &OS, uint64_t Offset, in print() 669 void BinaryFunction::printRelocations(raw_ostream &OS, uint64_t Offset, printRelocations() function in llvm::bolt::BinaryFunction
|