reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
  474     LastMappingSymbols[getCurrentSection().first] = std::move(LastEMSInfo);
  478       LastEMSInfo = std::move(LastMappingSymbol->second);
  481     LastEMSInfo.reset(new ElfMappingSymbolInfo(SMLoc(), nullptr, 0));
  546     if (!LastEMSInfo->hasInfo())
  548     ElfMappingSymbolInfo *EMS = LastEMSInfo.get();
  611     if (LastEMSInfo->State == EMS_Data)
  613     else if (LastEMSInfo->State == EMS_None) {
  616       ElfMappingSymbolInfo *EMS = LastEMSInfo.get();
  623       LastEMSInfo->State = EMS_Data;
  627     LastEMSInfo->State = EMS_Data;
  631     if (LastEMSInfo->State == EMS_Thumb)
  635     LastEMSInfo->State = EMS_Thumb;
  639     if (LastEMSInfo->State == EMS_ARM)
  643     LastEMSInfo->State = EMS_ARM;
 1186   LastEMSInfo.reset();