Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp470 LastMappingSymbols[getCurrentSection().first] = std::move(LastEMSInfo); in ChangeSection()
474 LastEMSInfo = std::move(LastMappingSymbol->second); in ChangeSection()
477 LastEMSInfo.reset(new ElfMappingSymbolInfo(SMLoc(), nullptr, 0)); in ChangeSection()
542 if (!LastEMSInfo->hasInfo()) in FlushPendingMappingSymbol()
544 ElfMappingSymbolInfo *EMS = LastEMSInfo.get(); in FlushPendingMappingSymbol()
607 if (LastEMSInfo->State == EMS_Data) in EmitDataMappingSymbol()
609 else if (LastEMSInfo->State == EMS_None) { in EmitDataMappingSymbol()
612 ElfMappingSymbolInfo *EMS = LastEMSInfo.get(); in EmitDataMappingSymbol()
619 LastEMSInfo->State = EMS_Data; in EmitDataMappingSymbol()
623 LastEMSInfo->State = EMS_Data; in EmitDataMappingSymbol()
[all …]