Lines Matching refs:TheTriple
1498 const Triple &TheTriple = STI.getTargetTriple(); in createX86_32AsmBackend() local
1499 if (TheTriple.isOSBinFormatMachO()) in createX86_32AsmBackend()
1502 if (TheTriple.isOSWindows() && TheTriple.isOSBinFormatCOFF()) in createX86_32AsmBackend()
1505 uint8_t OSABI = MCELFObjectTargetWriter::getOSABI(TheTriple.getOS()); in createX86_32AsmBackend()
1507 if (TheTriple.isOSIAMCU()) in createX86_32AsmBackend()
1517 const Triple &TheTriple = STI.getTargetTriple(); in createX86_64AsmBackend() local
1518 if (TheTriple.isOSBinFormatMachO()) in createX86_64AsmBackend()
1521 if (TheTriple.isOSWindows() && TheTriple.isOSBinFormatCOFF()) in createX86_64AsmBackend()
1524 if (TheTriple.isUEFI()) { in createX86_64AsmBackend()
1525 assert(TheTriple.isOSBinFormatCOFF() && in createX86_64AsmBackend()
1530 uint8_t OSABI = MCELFObjectTargetWriter::getOSABI(TheTriple.getOS()); in createX86_64AsmBackend()
1532 if (TheTriple.isX32()) in createX86_64AsmBackend()