Searched refs:IsArmArch (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DLinux.cpp694 const bool IsArmArch = getTriple().getArch() == llvm::Triple::arm || local
712 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsX86 || IsArmArch || IsPowerPC64 ||
721 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsX86 || IsMIPS || IsArmArch ||
H A DGnu.cpp1546 bool IsArmArch = TargetTriple.getArch() == llvm::Triple::arm; local
1551 (IsArmArch && llvm::ARM::parseArchISA(Arch) == llvm::ARM::ISAKind::THUMB);
1552 bool IsArmV7Mode = (IsArmArch || IsThumbArch) &&
1554 (IsArmArch && Arch == "" && IsV7SubArch));

Completed in 86 milliseconds