Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/llvm-locstats/
Dllvm-locstats.py35 variables_with_loc, variables_scope_bytes_covered, variables_scope_bytes, argument
40 self.variables_with_loc = variables_with_loc
80 if self.variables_total and self.variables_with_loc:
81 total_availability = int(ceil(self.variables_with_loc * 100.0) \
164 variables_with_loc = None
247 variables_with_loc = json_parsed['#source variables with location']
273 variables_with_loc, variables_scope_bytes_covered,