Searched refs:parse_nm (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/bloat/ |
D | bloat.py | 51 def parse_nm(input): function 305 dirs = treeify_syms(parse_nm(nmfile), strip_prefix, cppfilt) 416 syms = list(parse_nm(nmfile))
|
/external/python/cpython3/Tools/c-globals/ |
D | check-c-globals.py | 148 def parse_nm(cls, line, expected, ignored, capi_vars, globalnames): member in Var 208 var = Var.parse_nm(line, NM_VARS, NM_IGNORED, capi_vars, globalnames)
|