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.cpp8117 bool ArchSupported = !isNVPTX; in AddClangCLArgs() local
8124 ArchSupported = Arch == llvm::Triple::x86; in AddClangCLArgs()
8128 ArchSupported = Arch == llvm::Triple::x86; in AddClangCLArgs()
8132 ArchSupported = Arch == llvm::Triple::x86 || Arch == llvm::Triple::x86_64; in AddClangCLArgs()
8136 ArchSupported = Arch == llvm::Triple::x86 || Arch == llvm::Triple::x86_64; in AddClangCLArgs()
8142 if (ArchSupported && DCCFlag) in AddClangCLArgs()