Searched refs:ParamBaseName (Results 1 – 1 of 1) sorted by relevance
1825 std::string ParamBaseName = std::string(MF.getName()); in findIndexForHandle() local1826 ParamBaseName += "_param_"; in findIndexForHandle()1827 assert(Sym.starts_with(ParamBaseName) && "Invalid symbol reference"); in findIndexForHandle()1828 unsigned Param = atoi(Sym.data()+ParamBaseName.size()); in findIndexForHandle()