Home | History | Annotate | Download | only in ARM

Lines Matching full:opflags

1858       unsigned OpFlags = 0;
1861 OpFlags = ARMII::MO_PLT;
1862 Callee = DAG.getTargetGlobalAddress(GV, dl, PtrVt, 0, OpFlags);
1885 unsigned OpFlags = 0;
1889 OpFlags = ARMII::MO_PLT;
1890 Callee = DAG.getTargetExternalSymbol(Sym, PtrVt, OpFlags);