Searched refs:RelocName (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | MachODumper.cpp | 556 SmallString<32> RelocName; in printRelocation() local 557 Reloc.getTypeName(RelocName); in printRelocation() 583 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE)); in printRelocation() 608 OS << " " << RelocName in printRelocation()
|
| H A D | XCOFFDumper.cpp | 159 StringRef RelocName = XCOFF::getRelocationTypeString(Reloc.Type); in printRelocation() local 171 OS << W.hex(Reloc.VirtualAddress) << " " << RelocName << " " << SymbolName in printRelocation()
|
| H A D | COFFDumper.cpp | 1441 SmallString<32> RelocName; in printRelocation() local 1443 Reloc.getTypeName(RelocName); in printRelocation() 1458 W.printNumber("Type", RelocName, RelocType); in printRelocation() 1464 << " " << RelocName in printRelocation()
|
| H A D | ELFDumper.cpp | 3527 SmallString<32> RelocName; in printRelRelaReloc() local 3528 this->Obj.getRelocationTypeName(R.Type, RelocName); in printRelRelaReloc() 3529 Fields[2].Str = RelocName.c_str(); in printRelRelaReloc() 6595 SmallString<32> RelocName; in printRelRelaReloc() local 6596 this->Obj.getRelocationTypeName(R.Type, RelocName); in printRelRelaReloc() 6601 W.printNumber("Type", RelocName, R.Type); in printRelRelaReloc() 6607 OS << W.hex(R.Offset) << " " << RelocName << " " in printRelRelaReloc()
|
| /llvm-project-15.0.7/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 1953 SmallString<32> RelocName; in printRelocations() local 1957 Reloc.getTypeName(RelocName); in printRelocations() 1962 << left_justify(RelocName, TypePadding) << " " << ValueStr in printRelocations() 1996 SmallString<32> RelocName; in printDynamicRelocations() local 1998 Reloc.getTypeName(RelocName); in printDynamicRelocations() 2002 << left_justify(RelocName, TypePadding) << ' ' << ValueStr << '\n'; in printDynamicRelocations()
|