Home | History | Annotate | Download | only in ARM

Lines Matching refs:IsPIC

57     bool IsPIC;
72 IsPIC(TM.getRelocationModel() == Reloc::PIC_), IsThumb(false) {}
405 IsPIC = TM.getRelocationModel() == Reloc::PIC_;
407 JTI->Initialize(MF, IsPIC);
1606 if (IsPIC)