Searched refs:LastMappingSymbol (Results 1 – 1 of 1) sorted by relevance
477 auto LastMappingSymbol = LastMappingSymbols.find(Section); in ChangeSection() local478 if (LastMappingSymbol != LastMappingSymbols.end()) { in ChangeSection()479 LastEMSInfo = std::move(LastMappingSymbol->second); in ChangeSection()