Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/bloat/
Dbloat.py51 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/
Dcheck-c-globals.py148 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)