Lines Matching refs:_log
96 def _log(self, *args, **kwargs): member in PartialPreprocessor
248 self._log(f"\tHardwiring {macro}")
250 self._log(f"\t\t {self._inlines[start_idx - 1][:-1]}")
252 self._log(f"\t\t- {self._inlines[x][:-1]}")
254 self._log(f"\t\t+ {line[:-1]}")
256 self._log(f"\t\t {self._inlines[idx][:-1]}")
386 self._log(f"\tHardwiring partially resolved {macro}")
387 self._log(f"\t\t- {line[:-1]}")
388 self._log(f"\t\t+ {newline[:-1]}")
457 def _log(self, *args, **kwargs): member in Freestanding
464 self._log(f"\tSkipping file: {lib_path}")
467 self._log(f"\tSkipping xxhash file: {lib_path}")
472 self._log(f"\tCopying: {src_path} -> {dst_path}")
476 self._log("Copying source library into output library")
494 self._log(f"Copying zstd_deps: {self._zstd_deps} -> {dst_zstd_deps}")
499 self._log(f"Copying mem: {self._mem} -> {dst_mem}")
513 self._log("Hardwiring macros")
519 self._log("Removing excluded sections")
521 self._log(f"\tRemoving excluded sections for: {exclude}")
539 self._log(f"\t\tRemoving excluded section: {exclude}")
541 self._log(f"\t\t\t- {s}")
550 self._log(f"\tRewriting include: {original} -> {rewritten}")
564 self._log("Rewriting includes")
571 self._log(f"Replacing XXH64 prefix with {self._xxh64_prefix}")
594 self._log(f"\t- {file.lines[i][:-1]}")
595 self._log(f"\t+ {line[:-1]}")