Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp101 LastMappingSymbols[getPreviousSection().first] = LastEMS; in ChangeSection()
102 LastEMS = LastMappingSymbols.lookup(Section); in ChangeSection()
111 LastMappingSymbols.clear(); in reset()
189 DenseMap<const MCSection *, ElfMappingSymbol> LastMappingSymbols; member in __anon50d35a0b0111::AArch64ELFStreamer
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp100 LastMappingSymbols[getPreviousSection().first] = LastEMS; in ChangeSection()
101 LastEMS = LastMappingSymbols.lookup(Section); in ChangeSection()
180 DenseMap<const MCSection *, ElfMappingSymbol> LastMappingSymbols; member in __anon5ea574730111::AArch64ELFStreamer
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp470 LastMappingSymbols[getCurrentSection().first] = std::move(LastEMSInfo); in ChangeSection()
472 auto LastMappingSymbol = LastMappingSymbols.find(Section); in ChangeSection()
473 if (LastMappingSymbol != LastMappingSymbols.end()) { in ChangeSection()
689 LastMappingSymbols; member in __anon8b0eca990111::ARMELFStreamer
1180 LastMappingSymbols.clear(); in reset()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp445 LastMappingSymbols[getPreviousSection().first] = LastEMS; in ChangeSection()
446 LastEMS = LastMappingSymbols.lookup(Section); in ChangeSection()
604 DenseMap<const MCSection *, ElfMappingSymbol> LastMappingSymbols; member in __anone640fd010111::ARMELFStreamer