Searched refs:RelocName (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| H A D | MachODumper.cpp | 542 SmallString<32> RelocName; in printRelocation() local 543 Reloc.getTypeName(RelocName); in printRelocation() 572 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE)); in printRelocation() 597 OS << " " << RelocName in printRelocation()
|
| H A D | COFFDumper.cpp | 1437 SmallString<32> RelocName; in printRelocation() local 1439 Reloc.getTypeName(RelocName); in printRelocation() 1454 W.printNumber("Type", RelocName, RelocType); in printRelocation() 1460 << " " << RelocName in printRelocation()
|
| H A D | ELFDumper.cpp | 3416 SmallString<32> RelocName; in printRelRelaReloc() local 3417 this->Obj.getRelocationTypeName(R.Type, RelocName); in printRelRelaReloc() 3418 Fields[2].Str = RelocName.c_str(); in printRelRelaReloc() 6318 SmallString<32> RelocName; in printRelRelaReloc() local 6319 this->Obj.getRelocationTypeName(R.Type, RelocName); in printRelRelaReloc() 6324 W.printNumber("Type", RelocName, R.Type); in printRelRelaReloc() 6330 OS << W.hex(R.Offset) << " " << RelocName << " " in printRelRelaReloc()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 1675 SmallString<32> RelocName; in printRelocations() local 1679 Reloc.getTypeName(RelocName); in printRelocations() 1684 << left_justify(RelocName, TypePadding) << " " << ValueStr in printRelocations() 1711 SmallString<32> RelocName; in printDynamicRelocations() local 1713 Reloc.getTypeName(RelocName); in printDynamicRelocations() 1716 outs() << format(Fmt.data(), Address) << " " << RelocName << " " in printDynamicRelocations()
|