Searched refs:cppfilt (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/subzero/bloat/ |
D | bloat.py | 96 def demangle(ident, cppfilt): argument 97 if cppfilt and ident.startswith('_Z'): 99 ident = subprocess.check_output([cppfilt, ident]).strip() 117 def cleanup(self, ident, cppfilt): argument 129 ident = demangle(ident, cppfilt) 136 def parse_cpp_name(name, cppfilt): argument 137 name = suffix_cleanup.cleanup(name, cppfilt) 207 def treeify_syms(symbols, strip_prefix=None, cppfilt=None): argument 218 parts = parse_cpp_name(sym, cppfilt) 234 parts[0] = demangle(parts[0], cppfilt) [all …]
|
/external/jemalloc/bin/ |
D | jeprof.in | 5345 my $cppfilt = $obj_tool_map{"c++filt"}; 5360 } elsif (system(ShellEscape($cppfilt, $image) . $to_devnull) == 0) { 5362 $cppfilt_flag = " | " . ShellEscape($cppfilt);
|
/external/jemalloc_new/bin/ |
D | jeprof.in | 5358 my $cppfilt = $obj_tool_map{"c++filt"}; 5373 } elsif (system(ShellEscape($cppfilt, $image) . $to_devnull) == 0) { 5375 $cppfilt_flag = " | " . ShellEscape($cppfilt);
|