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

Method SetLocalName

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

Source from the content-addressed store, hash-verified

481}
482
483void BinaryReaderObjdumpPrepass::SetLocalName(Index function_index,
484 Index local_index,
485 std::string_view name) {
486 objdump_state_->local_names.Set(function_index, local_index, name);
487}
488
489void BinaryReaderObjdumpPrepass::SetTagName(Index index,
490 std::string_view name) {

Callers

nothing calls this directly

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected