llvm::wasm::relocTypetoString

Return the name of a Wasm relocation type value.

Synopsis

Declared in <llvm/BinaryFormat/Wasm.h>

llvm::StringRef
relocTypetoString(uint32_t type);

Return Value

String name of the relocation type.

Parameters

NameDescription
typeRelocation type code to stringify.