Home
last modified time | relevance | path

Searched refs:to_lcov_format (Results 1 – 1 of 1) sorted by relevance

/Renode-v1.15.3-c57714d/tools/execution_tracer/execution_tracer/
Ddwarf.py56 def to_lcov_format(self) -> str: member in CodeLine
74 def to_lcov_format(self) -> Generator[str, None, None]: member in Record
77 yield from (l.to_lcov_format() for l in self.get_exec_lines())
288 yield from record.to_lcov_format()