Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/ToolChains/
DClang.cpp6875 bool ArchSupported = !isNVPTX; in AddClangCLArgs() local
6882 ArchSupported = Arch == llvm::Triple::x86; in AddClangCLArgs()
6886 ArchSupported = Arch == llvm::Triple::x86; in AddClangCLArgs()
6890 ArchSupported = Arch == llvm::Triple::x86 || Arch == llvm::Triple::x86_64; in AddClangCLArgs()
6894 ArchSupported = Arch == llvm::Triple::x86 || Arch == llvm::Triple::x86_64; in AddClangCLArgs()
6900 if (ArchSupported && DCCFlag) in AddClangCLArgs()