Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DAIX.cpp34 const bool IsArch64Bit = getToolChain().getTriple().isArch64Bit(); in ConstructJob() local
36 if (!IsArch32Bit && !IsArch64Bit) in ConstructJob()
86 const bool IsArch64Bit = ToolChain.getTriple().isArch64Bit(); in ConstructJob() local
88 if (!(IsArch32Bit || IsArch64Bit)) in ConstructJob()