Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
DClang.cpp6729 bool IsArchSupported = Triple.getArch() == llvm::Triple::aarch64; in ConstructJob() local
6737 if (!IsArchSupported || !IsOptLevelSupported) { in ConstructJob()
6741 if (!IsArchSupported) in ConstructJob()