Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:TheTriple

453   Triple TheTriple(TT);
455 if (TheTriple.isOSDarwin() || TheTriple.getEnvironment() == Triple::MachO)
458 if (TheTriple.isOSWindows() && TheTriple.getEnvironment() != Triple::ELF)
461 uint8_t OSABI = MCELFObjectTargetWriter::getOSABI(TheTriple.getOS());
466 Triple TheTriple(TT);
468 if (TheTriple.isOSDarwin() || TheTriple.getEnvironment() == Triple::MachO)
471 if (TheTriple.isOSWindows() && TheTriple.getEnvironment() != Triple::ELF)
474 uint8_t OSABI = MCELFObjectTargetWriter::getOSABI(TheTriple.getOS());