HomeSort by relevance Sort by last modified time
    Searched refs:cppfilt (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/bloat/
bloat.py 96 def demangle(ident, cppfilt):
97 if cppfilt and ident.startswith('_Z'):
99 ident = subprocess.check_output([cppfilt, ident]).strip()
117 def cleanup(self, ident, cppfilt):
129 ident = demangle(ident, cppfilt)
136 def parse_cpp_name(name, cppfilt):
137 name = suffix_cleanup.cleanup(name, cppfilt)
207 def treeify_syms(symbols, strip_prefix=None, cppfilt=None):
218 parts = parse_cpp_name(sym, cppfilt)
234 parts[0] = demangle(parts[0], cppfilt)
    [all...]
  /external/jemalloc/bin/
jeprof.in     [all...]

Completed in 158 milliseconds