MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / print_loc

Function print_loc

tools/emsymbolizer.py:269–274  ·  view source on GitHub ↗
(loc)

Source from the content-addressed store, hash-verified

267 address += get_codesec_offset(module)
268
269 def print_loc(loc):
270 if isinstance(loc, list):
271 for l in loc:
272 l.print()
273 else:
274 loc.print()
275
276 if ((has_debug_line_section(module) and not args.source) or
277 'dwarf' in args.source):

Callers 1

mainFunction · 0.85

Calls 1

printMethod · 0.45

Tested by

no test coverage detected