Searched refs:IsLinux (Results 1 – 2 of 2) sorted by relevance
33 IsLinux(true), HasSEInReg(false), HasCondMov(false), HasSwap(false), in MipsSubtarget()59 IsLinux = false; in MipsSubtarget()62 UseSmallSection = !IsLinux && (RM == Reloc::Static); in MipsSubtarget()
67 bool IsLinux; variable144 bool isLinux() const { return IsLinux; } in isLinux()