Home | History | Annotate | Download | only in Mips

Lines Matching refs:isTarget64Bit

432   bool isTarget64Bit = config().targets().triple().isArch64Bit();
435 if (isTarget64Bit != isInput64Bit) {
437 << (isTarget64Bit ? "ELFCLASS64" : "ELFCLASS32")