Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
DClang.cpp7260 bool ArchSupported = !isNVPTX; in AddClangCLArgs() local
7267 ArchSupported = Arch == llvm::Triple::x86; in AddClangCLArgs()
7271 ArchSupported = Arch == llvm::Triple::x86; in AddClangCLArgs()
7275 ArchSupported = Arch == llvm::Triple::x86 || Arch == llvm::Triple::x86_64; in AddClangCLArgs()
7279 ArchSupported = Arch == llvm::Triple::x86 || Arch == llvm::Triple::x86_64; in AddClangCLArgs()
7285 if (ArchSupported && DCCFlag) in AddClangCLArgs()