Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-readobj/
DXCOFFDumper.cpp105 void XCOFFDumper::printRelocations() { in printRelocations() function in XCOFFDumper
124 void XCOFFDumper::printRelocations(ArrayRef<XCOFFSectionHeader32> Sections) { in printRelocations() function in XCOFFDumper
DWasmDumper.cpp120 void WasmDumper::printRelocations() { in printRelocations() function in __anonb99b1fcd0111::WasmDumper
DMachODumper.cpp508 void MachODumper::printRelocations() { in printRelocations() function in MachODumper
DELFDumper.cpp2297 template <class ELFT> void ELFDumper<ELFT>::printRelocations() { in printRelocations() function in ELFDumper
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.cpp1389 void COFFDumper::printRelocations() { in printRelocations() function in COFFDumper
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1468 void ELFDumper<ELFT>::printRelocations() { in printRelocations() function in ELFDumper
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
3265 void LLVMStyle<ELFT>::printRelocations(const Elf_Shdr *Sec, const ELFO *Obj) { in printRelocations() function in LLVMStyle
DMachODumper.cpp498 void MachODumper::printRelocations() { in printRelocations() function in MachODumper
DCOFFDumper.cpp1152 void COFFDumper::printRelocations() { in printRelocations() function in COFFDumper
/external/llvm-project/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp2238 void objdump::printRelocations(const ObjectFile *Obj) { in printRelocations() function in objdump