Lines Matching full:isdarwin
43 bool isDarwin = TM.getTargetTriple().isOSDarwin();
48 if (isDarwin)
74 if (MO.getTargetFlags() == PPCII::MO_PLT_OR_STUB && isDarwin) {
115 AsmPrinter &Printer, bool isDarwin) {
142 if (MO.getTargetFlags() == PPCII::MO_PLT_OR_STUB && !isDarwin)
163 Expr = PPCMCExpr::createLo(Expr, isDarwin, Ctx);
166 Expr = PPCMCExpr::createHa(Expr, isDarwin, Ctx);
174 AsmPrinter &AP, bool isDarwin) {
201 MCOp = GetSymbolRef(MO, GetSymbolFromOperand(MO, AP), AP, isDarwin);
204 MCOp = GetSymbolRef(MO, AP.GetJTISymbol(MO.getIndex()), AP, isDarwin);
207 MCOp = GetSymbolRef(MO, AP.GetCPISymbol(MO.getIndex()), AP, isDarwin);
211 isDarwin);