Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A 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 __anonc74f65d30111::AArch64ELFStreamer
/openbsd/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A 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 __anon063f8e610111::ARMELFStreamer
1136 LastMappingSymbols.clear(); in reset()