Home
last modified time | relevance | path

Searched refs:RelocName (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DXCOFFLinkGraphBuilder.cpp359 SmallString<16> RelocName; in processRelocations() local
360 Relocation.getTypeName(RelocName); in processRelocations()
371 << " " << RelocName << " " << *TargetSymbol << "\n";); in processRelocations()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp368 SmallString<32> RelocName; in printDynamicRelocations() local
370 Reloc.getTypeName(RelocName); in printDynamicRelocations()
374 << left_justify(RelocName, TypePadding) << ' ' << ValueStr << '\n'; in printDynamicRelocations()
H A Dllvm-objdump.cpp2773 SmallString<32> RelocName; in printRelocations() local
2777 Reloc.getTypeName(RelocName); in printRelocations()
2783 << left_justify(RelocName, TypePadding) << " " << ValueStr in printRelocations()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp554 SmallString<32> RelocName; in printRelocation() local
555 Reloc.getTypeName(RelocName); in printRelocation()
581 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE)); in printRelocation()
606 OS << " " << RelocName in printRelocation()
H A DELFDumper.cpp759 StringRef RelocName);
762 StringRef RelocName);
789 StringRef RelocName) override;
3890 SmallString<32> RelocName; in printRelRelaReloc() local
3891 this->Obj.getRelocationTypeName(R.Type, RelocName); in printRelRelaReloc()
3892 Fields[2].Str = RelocName.c_str(); in printRelRelaReloc()
7316 StringRef RelocName) { in printExpandedRelRelaReloc() argument
7319 W.printNumber("Type", RelocName, R.Type); in printExpandedRelRelaReloc()
7328 StringRef RelocName) { in printDefaultRelRelaReloc() argument
7330 OS << W.hex(R.Offset) << " " << RelocName << " " in printDefaultRelRelaReloc()
[all …]
H A DCOFFDumper.cpp1632 SmallString<32> RelocName; in printRelocation() local
1634 Reloc.getTypeName(RelocName); in printRelocation()
1649 W.printNumber("Type", RelocName, RelocType); in printRelocation()
1655 << " " << RelocName in printRelocation()
H A DXCOFFDumper.cpp469 StringRef RelocName = XCOFF::getRelocationTypeString(Reloc.Type); in printRelocation() local
481 OS << W.hex(Reloc.VirtualAddress) << " " << RelocName << " " in printRelocation()