Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsSubtarget.cpp33 IsLinux(true), HasSEInReg(false), HasCondMov(false), HasSwap(false), in MipsSubtarget()
59 IsLinux = false; in MipsSubtarget()
62 UseSmallSection = !IsLinux && (RM == Reloc::Static); in MipsSubtarget()
DMipsSubtarget.h67 bool IsLinux; variable
144 bool isLinux() const { return IsLinux; } in isLinux()