Lines Matching refs:group
179 func = m.group('func')
185 int(m.group('size'), 16)))
213 if not m.group('dir'):
215 dirs[int(m.group('no'))] = m.group('path')
218 dir = int(m.group('dir'))
220 files[int(m.group('no'))] = os.path.join(
222 m.group('path'))
224 files[int(m.group('no'))] = m.group('path')
252 if m.group('tag'):
255 is_func = (m.group('tag') == 'DW_TAG_subprogram')
256 elif m.group('name'):
257 f_name = m.group('name')
258 elif m.group('file'):
259 f_file = int(m.group('file'))