Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp8340 bool ArchSupported = !isNVPTX; in AddClangCLArgs() local
8347 ArchSupported = Arch == llvm::Triple::x86; in AddClangCLArgs()
8351 ArchSupported = Arch == llvm::Triple::x86; in AddClangCLArgs()
8355 ArchSupported = Arch == llvm::Triple::x86 || Arch == llvm::Triple::x86_64; in AddClangCLArgs()
8359 ArchSupported = Arch == llvm::Triple::x86 || Arch == llvm::Triple::x86_64; in AddClangCLArgs()
8365 if (ArchSupported && DCCFlag) in AddClangCLArgs()