Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp71 SmallString<64> RelocTypeName; in printRelocation() local
73 Reloc.getTypeName(RelocTypeName); in printRelocation()
95 W.printNumber("Type", RelocTypeName, RelocType); in printRelocation()
105 OS << W.hex(Reloc.getOffset()) << " " << RelocTypeName << " "; in printRelocation()