Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching defs:TheTriple

859   const Triple &TheTriple = STI.getTargetTriple();
860 if (TheTriple.isOSBinFormatMachO())
863 if (TheTriple.isOSWindows() && TheTriple.isOSBinFormatCOFF())
866 uint8_t OSABI = MCELFObjectTargetWriter::getOSABI(TheTriple.getOS());
868 if (TheTriple.isOSIAMCU())
878 const Triple &TheTriple = STI.getTargetTriple();
879 if (TheTriple.isOSBinFormatMachO()) {
881 StringSwitch<MachO::CPUSubTypeX86>(TheTriple.getArchName())
887 if (TheTriple.isOSWindows() && TheTriple.isOSBinFormatCOFF())
890 uint8_t OSABI = MCELFObjectTargetWriter::getOSABI(TheTriple.getOS());
892 if (TheTriple.getEnvironment() == Triple::GNUX32)