Home | History | Annotate | Download | only in Driver

Lines Matching refs:X32

1609     // x32 is always available when x86_64 is available, so adding it as
2489 .gccSuffix("/x32")
2490 .includeSuffix("/x32")
2499 // Determine default multilib from: 32, 64, x32
3927 // We don't want this for x32, otherwise it will match x86_64 libs
4364 bool X32 = Triple.getEnvironment() == llvm::Triple::GNUX32;
4366 LibDir = X32 ? "libx32" : "lib64";
4367 Loader = X32 ? "ld-linux-x32.so.2" : "ld-linux-x86-64.so.2";