Home | History | Annotate | Download | only in Driver

Lines Matching defs:getTriple

111     const llvm::Triple &getTriple() const { return GCCTriple; }
218 bool isTarget64Bit() const { return getTriple().isArch64Bit(); }
221 bool isTarget32Bit() const { return getTriple().isArch32Bit(); }
325 return getTriple().getArch() != llvm::Triple::x86;
925 return getTriple().getArch() == llvm::Triple::mipsel;