Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
HDRISCVELFStreamer.cpp135 LastMappingSymbols.clear(); in reset()
164 LastMappingSymbols[getPreviousSection().first] = LastEMS; in changeSection()
165 LastEMS = LastMappingSymbols.lookup(Section); in changeSection()
HDRISCVELFStreamer.h25 DenseMap<const MCSection *, ElfMappingSymbol> LastMappingSymbols; variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64ELFStreamer.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 __anonb8c1751f0111::AArch64ELFStreamer
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
HDARMELFStreamer.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 __anon57ed11ad0111::ARMELFStreamer
1122 LastMappingSymbols.clear(); in reset()