Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DAIX.cpp34 const bool IsArch32Bit = getToolChain().getTriple().isArch32Bit(); in ConstructJob() local
37 if (!IsArch32Bit && !IsArch64Bit) in ConstructJob()
41 if (IsArch32Bit) { in ConstructJob()
109 const bool IsArch32Bit = ToolChain.getTriple().isArch32Bit(); in ConstructJob() local
112 if (!(IsArch32Bit || IsArch64Bit)) in ConstructJob()
155 if (IsArch32Bit) { in ConstructJob()
166 auto getCrt0Basename = [&Args, IsArch32Bit] { in ConstructJob()
169 return IsArch32Bit ? "gcrt0.o" : "gcrt0_64.o"; in ConstructJob()
172 return IsArch32Bit ? "mcrt0.o" : "mcrt0_64.o"; in ConstructJob()
174 return IsArch32Bit ? "crt0.o" : "crt0_64.o"; in ConstructJob()
[all …]