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.cpp8387 bool ArchSupported = !isNVPTX; in AddClangCLArgs() local
8394 ArchSupported = Arch == llvm::Triple::x86; in AddClangCLArgs()
8398 ArchSupported = Arch == llvm::Triple::x86; in AddClangCLArgs()
8402 ArchSupported = Arch == llvm::Triple::x86 || Arch == llvm::Triple::x86_64; in AddClangCLArgs()
8406 ArchSupported = Arch == llvm::Triple::x86 || Arch == llvm::Triple::x86_64; in AddClangCLArgs()
8412 if (ArchSupported && DCCFlag) in AddClangCLArgs()