Home | History | Annotate | Download | only in ARM

Lines Matching full:getrelocationmodel

72         IsPIC(TM.getRelocationModel() == Reloc::PIC_), IsThumb(false) {}
377 assert((MF.getTarget().getRelocationModel() != Reloc::Default ||
378 MF.getTarget().getRelocationModel() != Reloc::Static) &&
387 IsPIC = TM.getRelocationModel() == Reloc::PIC_;
712 Reloc::Model RelocM = TM.getRelocationModel();