Searched refs:globalFunction (Results 1 – 1 of 1) sorted by relevance
246 auto globalFunction = globalFunctionPointers.find(std::string(pName)); in GetInstanceProcAddr() local247 if(globalFunction != globalFunctionPointers.end()) in GetInstanceProcAddr()249 return globalFunction->second; in GetInstanceProcAddr()