Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-readobj/
DWasmDumper.cpp85 SmallString<64> RelocTypeName; in printRelocation() local
87 Reloc.getTypeName(RelocTypeName); in printRelocation()
99 W.printNumber("Type", RelocTypeName, RelocType); in printRelocation()
109 OS << W.hex(Reloc.getOffset()) << " " << RelocTypeName << " "; in printRelocation()