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

Method SetSegmentName

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

Source from the content-addressed store, hash-verified

497}
498
499void BinaryReaderObjdumpPrepass::SetSegmentName(Index index,
500 std::string_view name) {
501 objdump_state_->segment_names.Set(index, name);
502}
503
504Result BinaryReaderObjdumpPrepass::OnReloc(RelocType type,
505 Offset offset,

Callers

nothing calls this directly

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected