Home
last modified time | relevance | path

Searched refs:LastEMS (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp136 LastEMS = EMS_None; in reset()
140 if (LastEMS == EMS_Data) in emitDataMappingSymbol()
143 LastEMS = EMS_Data; in emitDataMappingSymbol()
147 if (LastEMS == EMS_Instructions) in emitInstructionsMappingSymbol()
150 LastEMS = EMS_Instructions; in emitInstructionsMappingSymbol()
164 LastMappingSymbols[getPreviousSection().first] = LastEMS; in changeSection()
165 LastEMS = LastMappingSymbols.lookup(Section); in changeSection()
H A DRISCVELFStreamer.h26 ElfMappingSymbol LastEMS = EMS_None; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp184 LastEMS(EMS_None) {} in AArch64ELFStreamer()
190 LastMappingSymbols[getCurrentSection().first] = LastEMS; in changeSection()
191 LastEMS = LastMappingSymbols.lookup(Section); in changeSection()
200 LastEMS = EMS_None; in reset()
259 if (LastEMS == EMS_Data) in emitDataMappingSymbol()
262 LastEMS = EMS_Data; in emitDataMappingSymbol()
266 if (LastEMS == EMS_A64) in emitA64MappingSymbol()
269 LastEMS = EMS_A64; in emitA64MappingSymbol()
280 ElfMappingSymbol LastEMS; member in __anoneb8230060111::AArch64ELFStreamer