Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.cpp162 if (Name == "$t" && State == EMS_Text) in EmitMappingSymbol()
165 State = EMS_Text; in EmitMappingSymbol()
169 State = (Name == "$t" ? EMS_Text : EMS_Data); in EmitMappingSymbol()
H A DCSKYELFStreamer.h107 enum ElfMappingSymbol { EMS_None, EMS_Text, EMS_Data }; enumerator