Lines Matching refs:getArch
119 if (Triple.getArch() != llvm::Triple::arm && in isARMBareMetal()
120 Triple.getArch() != llvm::Triple::thumb && in isARMBareMetal()
121 Triple.getArch() != llvm::Triple::armeb && in isARMBareMetal()
122 Triple.getArch() != llvm::Triple::thumbeb) in isARMBareMetal()
140 if (Triple.getArch() != llvm::Triple::aarch64 && in isAArch64BareMetal()
141 Triple.getArch() != llvm::Triple::aarch64_be) in isAArch64BareMetal()
471 const llvm::Triple::ArchType Arch = TC.getArch(); in ConstructJob()
542 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers()
543 const bool IsAArch64 = getTriple().getArch() == llvm::Triple::aarch64 || in getSupportedSanitizers()
544 getTriple().getArch() == llvm::Triple::aarch64_be; in getSupportedSanitizers()
545 const bool IsRISCV64 = getTriple().getArch() == llvm::Triple::riscv64; in getSupportedSanitizers()