Searched refs:RelocName (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp545 SmallString<32> RelocName; local
546 Reloc.getTypeName(RelocName);
575 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE));
600 OS << " " << RelocName
H A DCOFFDumper.cpp1395 SmallString<32> RelocName; local
1397 Reloc.getTypeName(RelocName);
1412 W.printNumber("Type", RelocName, RelocType);
1418 << " " << RelocName
H A DELFDumper.cpp3237 SmallString<32> RelocName; local
3238 Obj->getRelocationTypeName(R.getType(Obj->isMips64EL()), RelocName);
3239 Fields[2].Str = RelocName.c_str();
5602 SmallString<32> RelocName; local
5603 Obj->getRelocationTypeName(Rel.getType(Obj->isMips64EL()), RelocName);
5622 W.printNumber("Type", RelocName, (int)Rel.getType(Obj->isMips64EL()));
5628 OS << W.hex(Rel.r_offset) << " " << RelocName << " "
5852 SmallString<32> RelocName; local
5853 Obj->getRelocationTypeName(Rel.getType(Obj->isMips64EL()), RelocName);
5860 W.printNumber("Type", RelocName, (in
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1646 SmallString<32> RelocName;
1650 Reloc.getTypeName(RelocName);
1654 outs() << format(Fmt.data(), Address) << " " << RelocName << " "
1682 SmallString<32> RelocName;
1684 Reloc.getTypeName(RelocName);
1687 outs() << format(Fmt.data(), Address) << " " << RelocName << " "

Completed in 129 milliseconds