Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp6672 bool IsArchSupported = Triple.getArch() == llvm::Triple::aarch64; in ConstructJob() local
6680 if (!IsArchSupported || !IsOptLevelSupported) { in ConstructJob()
6684 if (!IsArchSupported) in ConstructJob()