Searched refs:ParamBaseName (Results 1 – 1 of 1) sorted by relevance
1813 std::string ParamBaseName = std::string(MF.getName()); in findIndexForHandle() local1814 ParamBaseName += "_param_"; in findIndexForHandle()1815 assert(Sym.startswith(ParamBaseName) && "Invalid symbol reference"); in findIndexForHandle()1816 unsigned Param = atoi(Sym.data()+ParamBaseName.size()); in findIndexForHandle()