HomeSort by relevance Sort by last modified time
    Searched refs:LastEMS (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64ELFStreamer.cpp 61 LastEMS(EMS_None) {}
70 LastMappingSymbols[getPreviousSection().first] = LastEMS;
71 LastEMS = LastMappingSymbols.lookup(Section);
110 if (LastEMS == EMS_Data)
113 LastEMS = EMS_Data;
117 if (LastEMS == EMS_A64)
120 LastEMS = EMS_A64;
143 ElfMappingSymbol LastEMS;
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 448 MappingSymbolCounter(0), LastEMS(EMS_None) {
474 LastMappingSymbols[getPreviousSection().first] = LastEMS;
475 LastEMS = LastMappingSymbols.lookup(Section);
576 if (LastEMS == EMS_Data) return;
578 LastEMS = EMS_Data;
582 if (LastEMS == EMS_Thumb) return;
584 LastEMS = EMS_Thumb;
588 if (LastEMS == EMS_ARM) return;
590 LastEMS = EMS_ARM;
634 ElfMappingSymbol LastEMS;
    [all...]

Completed in 543 milliseconds