MCPcopy Create free account
hub / github.com/WebAssembly/wabt / SetGlobalName

Method SetGlobalName

src/binary-reader-objdump.cc:478–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476}
477
478void BinaryReaderObjdumpPrepass::SetGlobalName(Index index,
479 std::string_view name) {
480 objdump_state_->global_names.Set(index, name);
481}
482
483void BinaryReaderObjdumpPrepass::SetLocalName(Index function_index,
484 Index local_index,

Callers

nothing calls this directly

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected