Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp485 auto LastMappingSymbol = LastMappingSymbols.find(Section); in changeSection() local
486 if (LastMappingSymbol != LastMappingSymbols.end()) { in changeSection()
487 LastEMSInfo = std::move(LastMappingSymbol->second); in changeSection()