Searched refs:has_debug_symbols (Results 1 – 2 of 2) sorted by relevance
/build/bazel/scripts/difftool/diffs/ |
D | bloaty.py | 44 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/ |
D | clangcompile.py | 260 "symbol tables", "symbols", has_debug_symbols=debug 263 "section tables", "sections", has_debug_symbols=debug 266 "segment tables", "segments", has_debug_symbols=debug
|