Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching defs:TheTriple

1181   const Triple &TheTriple = STI.getTargetTriple();
1182 switch (TheTriple.getObjectFormat()) {
1186 MachO::CPUSubTypeARM CS = getMachOSubTypeFromArch(TheTriple.getArchName());
1190 assert(TheTriple.isOSWindows() && "non-Windows ARM COFF is not supported");
1193 assert(TheTriple.isOSBinFormatELF() && "using ELF for non-ELF target");
1194 uint8_t OSABI = MCELFObjectTargetWriter::getOSABI(TheTriple.getOS());