Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsELFStreamer.cpp47 Label->setOther(ELF::STO_MIPS_MICROMIPS); in createPendingLabelRelocs()
HDMipsTargetStreamer.cpp487 Symbol->setOther(ELF::STO_MIPS_MICROMIPS); in emitLabel()
549 if (!(RhsSym.getOther() & ELF::STO_MIPS_MICROMIPS)) in emitAssignment()
552 Symbol->setOther(ELF::STO_MIPS_MICROMIPS); in emitAssignment()
HDMipsELFObjectWriter.cpp401 if (cast<MCSymbolELF>(Sym).getOther() & ELF::STO_MIPS_MICROMIPS) in needsRelocateWithSymbol()
/NextBSD/contrib/llvm/include/llvm/Support/
HDELF.h505 STO_MIPS_MICROMIPS = 0x80, // MIPS Specific ISA for MicroMips enumerator
/NextBSD/contrib/llvm/lib/Object/
HDELFYAML.cpp434 BCase(STO_MIPS_MICROMIPS) in bitset()