Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp189 LastMappingSymbols[getPreviousSection().first] = LastEMS; in changeSection()
190 LastEMS = LastMappingSymbols.lookup(Section); in changeSection()
199 LastMappingSymbols.clear(); in reset()
282 DenseMap<const MCSection *, ElfMappingSymbol> LastMappingSymbols; member in __anon23951c820111::AArch64ELFStreamer
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp483 LastMappingSymbols[getCurrentSection().first] = std::move(LastEMSInfo); in changeSection()
485 auto LastMappingSymbol = LastMappingSymbols.find(Section); in changeSection()
486 if (LastMappingSymbol != LastMappingSymbols.end()) { in changeSection()
722 LastMappingSymbols; member in __anon8bed06100111::ARMELFStreamer
1136 LastMappingSymbols.clear(); in reset()