Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp135 LastMappingSymbols.clear(); in reset()
164 LastMappingSymbols[getPreviousSection().first] = LastEMS; in changeSection()
165 LastEMS = LastMappingSymbols.lookup(Section); in changeSection()
H A DRISCVELFStreamer.h25 DenseMap<const MCSection *, ElfMappingSymbol> LastMappingSymbols; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp190 LastMappingSymbols[getCurrentSection().first] = LastEMS; in changeSection()
191 LastEMS = LastMappingSymbols.lookup(Section); in changeSection()
199 LastMappingSymbols.clear(); in reset()
279 DenseMap<const MCSection *, ElfMappingSymbol> LastMappingSymbols; member in __anoneb8230060111::AArch64ELFStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp482 LastMappingSymbols[getCurrentSection().first] = std::move(LastEMSInfo); in changeSection()
484 auto LastMappingSymbol = LastMappingSymbols.find(Section); in changeSection()
485 if (LastMappingSymbol != LastMappingSymbols.end()) { in changeSection()
713 LastMappingSymbols; member in __anonf150d5940111::ARMELFStreamer
1122 LastMappingSymbols.clear(); in reset()