Home
last modified time | relevance | path

Searched refs:LastMappingSymbol (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp480 auto LastMappingSymbol = LastMappingSymbols.find(Section); in changeSection() local
481 if (LastMappingSymbol != LastMappingSymbols.end()) { in changeSection()
482 LastEMSInfo = std::move(LastMappingSymbol->second); in changeSection()