Home
last modified time | relevance | path

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

/build/bazel/scripts/difftool/diffs/
Dbloaty.py44 def __init__(self, tool_name, data_source, has_debug_symbols=False): argument
47 self.has_debug_symbols = has_debug_symbols
108 … self.data_source + (",compileunits" if self.has_debug_symbols else ""),
116 if self.has_debug_symbols:
122 if self.has_debug_symbols:
/build/bazel/scripts/difftool/
Dclangcompile.py260 "symbol tables", "symbols", has_debug_symbols=debug
263 "section tables", "sections", has_debug_symbols=debug
266 "segment tables", "segments", has_debug_symbols=debug