Home | History | Annotate | Download | only in ARM

Lines Matching refs:OpFlags

1672       unsigned OpFlags = 0;
1675 OpFlags = ARMII::MO_PLT;
1676 Callee = DAG.getTargetGlobalAddress(GV, dl, getPointerTy(), 0, OpFlags);
1700 unsigned OpFlags = 0;
1704 OpFlags = ARMII::MO_PLT;
1705 Callee = DAG.getTargetExternalSymbol(Sym, getPointerTy(), OpFlags);