Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching defs:OSType

22   MipsELFObjectWriter(bool is64Bit, Triple::OSType OSType, uint16_t EMachine,
24 : MCELFObjectTargetWriter(is64Bit, OSType, EMachine,
78 Triple::OSType OSType;
80 MipsEB_AsmBackend(const Target &T, Triple::OSType _OSType)
81 : MipsAsmBackend(T), OSType(_OSType) {}
89 return new MipsELFObjectWriter(false, OSType, ELF::EM_MIPS, false);
95 Triple::OSType OSType;
97 MipsEL_AsmBackend(const Target &T, Triple::OSType _OSType)
98 : MipsAsmBackend(T), OSType(_OSType) {}
106 return new MipsELFObjectWriter(false, OSType, ELF::EM_MIPS, false);