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

Class FuncRange

tools/wasm-sourcemap.py:275–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273
274
275class FuncRange:
276 def __init__(self, name, low_pc, high_pc):
277 self.name = name
278 self.low_pc = low_pc
279 self.high_pc = high_pc
280
281
282# This function parses DW_TAG_subprogram entries and gets low_pc and high_pc for

Callers 1

extract_func_rangesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected