Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp138 if (LastEMS == EMS_Instructions) in emitInstructionsMappingSymbol()
141 LastEMS = EMS_Instructions; in emitInstructionsMappingSymbol()
H A DRISCVELFStreamer.h23 enum ElfMappingSymbol { EMS_None, EMS_Instructions, EMS_Data }; enumerator