MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / process_dies

Method process_dies

ghidra_scripts/gimport/extract_info.py:356–360  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

354 assert_never(f"Other: {die.tag} {get_die_name(die)}")
355
356 def process_dies(self):
357 # Fill in types
358 for cu in self.di.iter_CUs():
359 for die in cu.iter_DIE_children(cu.get_top_DIE()):
360 self.process_die(die)
361
362 def postprocess_cleanup(self):
363 # Add functions which we don't have in the executable

Callers 1

parseMethod · 0.95

Calls 4

process_dieMethod · 0.95
iter_CUsMethod · 0.80
iter_DIE_childrenMethod · 0.80
get_top_DIEMethod · 0.80

Tested by

no test coverage detected