Searched refs:functionMangledName (Results 1 – 1 of 1) sorted by relevance
41 FunctionCallFinder(const char *functionMangledName) in FunctionCallFinder() argument43 mFunctionMangledName(functionMangledName), in FunctionCallFinder()304 const TIntermAggregate *FindFunctionCallNode(TIntermNode *root, const TString &functionMangledName) in FindFunctionCallNode() argument306 FunctionCallFinder finder(functionMangledName.c_str()); in FindFunctionCallNode()