Home | History | Annotate | Download | only in Basic

Lines Matching defs:getTriple

749   const llvm::Triple &getTriple() const {
892 return getTriple().isOSWindows() &&
893 (getTriple().getArch() == llvm::Triple::x86 ||
894 getTriple().getArch() == llvm::Triple::x86_64);