Searched refs:getFunctionsFromRoots (Results 1 – 2 of 2) sorted by relevance
64 return getFunctionsFromRoots(roots)66 def getFunctionsFromRoots(roots): function107 return set(func.name for func in getFunctionsFromRoots(roots))
45 allFunctions = genCommon.getFunctionsFromRoots(roots)