Searched refs:new_method (Results 1 – 1 of 1) sorted by relevance
150 pandasm::Function new_method("", file_language_); in AddMethodToTables() local151 GetMethod(&new_method, method_id); in AddMethodToTables()153 … const auto signature = pandasm::GetFunctionSignatureFromName(new_method.name, new_method.params); in AddMethodToTables()159 prog_.function_synonyms[new_method.name].push_back(signature); in AddMethodToTables()160 prog_.function_table.emplace(signature, std::move(new_method)); in AddMethodToTables()