llvm::wasm::sectionTypeToString

Return the name of a Wasm section type value.

Synopsis

Declared in <llvm/BinaryFormat/Wasm.h>

llvm::StringRef
sectionTypeToString(uint32_t type);

Return Value

String name of the section type.

Parameters

NameDescription
typeSection id to stringify.