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