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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp86 SmallString<64> RelocTypeName; local
88 Reloc.getTypeName(RelocTypeName);
110 W.printNumber("Type", RelocTypeName, RelocType);
120 OS << W.hex(Reloc.getOffset()) << " " << RelocTypeName << " ";

Completed in 107 milliseconds