Home | History | Annotate | Download | only in symbols

Lines Matching refs:inlines

77   def __init__(self, elf_file_path, addr2line_path, callback, inlines=False,
86 inlines: when True, the ELFSymbolInfo will contain also the details about
99 self.inlines = inlines
288 if self._symbolizer.inlines:
289 # In the case of inlines we output an extra blank line, which causes
337 if self._symbolizer.inlines:
338 cmd += ['--inlines']
346 args=(self._proc.stdout, self._out_queue, self._symbolizer.inlines))
358 def StdoutReaderThread(process_pipe, queue, inlines):
362 writes to a Queue, which is thread-safe. In the case of inlines, it
373 inline_has_more_lines = inlines and (len(lines_for_one_symbol) == 0 or
375 if not inlines or inline_has_more_lines:
401 # In the case of |inlines|=True, the |inlined_by| points to the outer