Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAIX.cpp38 const bool IsArch32Bit = getToolChain().getTriple().isArch32Bit(); in ConstructJob() local
41 if (!IsArch32Bit && !IsArch64Bit) in ConstructJob()
50 if (IsArch32Bit) { in ConstructJob()
118 const bool IsArch32Bit = ToolChain.getTriple().isArch32Bit(); in ConstructJob() local
121 if (!(IsArch32Bit || IsArch64Bit)) in ConstructJob()
196 if (IsArch32Bit) { in ConstructJob()
209 auto getCrt0Basename = [&Args, IsArch32Bit] { in ConstructJob()
213 return IsArch32Bit ? "gcrt0.o" : "gcrt0_64.o"; in ConstructJob()
215 return IsArch32Bit ? "mcrt0.o" : "mcrt0_64.o"; in ConstructJob()
217 return IsArch32Bit ? "crt0.o" : "crt0_64.o"; in ConstructJob()
[all …]