Searched refs:globalIndexForSpecialFunc (Results 1 – 2 of 2) sorted by relevance
516 void PatchFix::CheckAndRestoreSpecialFunctionName(uint32_t globalIndexForSpecialFunc, std::string &… in CheckAndRestoreSpecialFunctionName() argument521 if (it->second.size() == 0 || globalIndexForSpecialFunc > it->second.size()) { in CheckAndRestoreSpecialFunctionName()528 std::string originalName = it->second.at(std::to_string(globalIndexForSpecialFunc)); in CheckAndRestoreSpecialFunctionName()
75 … void CheckAndRestoreSpecialFunctionName(uint32_t globalIndexForSpecialFunc, std::string &funcName,