Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DWasmDumper.cpp58 void printRelocations() override;
123 void WasmDumper::printRelocations() { in printRelocations() function in __anon2a8d8a800111::WasmDumper
DObjDumper.h37 virtual void printRelocations() = 0;
DELFDumper.cpp146 void printRelocations() override;
325 virtual void printRelocations(const ELFFile<ELFT> *Obj) = 0;
360 void printRelocations(const ELFO *Obj) override;
425 void printRelocations(const ELFO *Obj) override;
426 void printRelocations(const Elf_Shdr *Sec, const ELFO *Obj);
1569 void ELFDumper<ELFT>::printRelocations() { in printRelocations() function in ELFDumper
1570 ELFDumperStyle->printRelocations(Obj); in printRelocations()
2706 template <class ELFT> void GNUStyle<ELFT>::printRelocations(const ELFO *Obj) { in printRelocations() function in GNUStyle
4029 template <class ELFT> void LLVMStyle<ELFT>::printRelocations(const ELFO *Obj) { in printRelocations() function in LLVMStyle
4049 printRelocations(&Sec, Obj); in printRelocations()
[all …]
DMachODumper.cpp36 void printRelocations() override;
500 void MachODumper::printRelocations() { in printRelocations() function in MachODumper
Dllvm-readobj.cpp424 Dumper->printRelocations(); in dumpObject()
DCOFFDumper.cpp82 void printRelocations() override;
1307 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