Home | History | Annotate | Download | only in ARM

Lines Matching refs:OpFlags

1679       unsigned OpFlags = 0;
1682 OpFlags = ARMII::MO_PLT;
1683 Callee = DAG.getTargetGlobalAddress(GV, dl, getPointerTy(), 0, OpFlags);
1707 unsigned OpFlags = 0;
1711 OpFlags = ARMII::MO_PLT;
1712 Callee = DAG.getTargetExternalSymbol(Sym, getPointerTy(), OpFlags);