Home | History | Annotate | Download | only in ARM

Lines Matching refs:RelocM

625   Reloc::Model RelocM = TM.getRelocationModel();
626 bool IsIndirect = Subtarget->GVIsIndirectSymbol(GV, RelocM);
642 Subtarget->isTargetDarwin() == (RelocM != Reloc::Static)) {
644 switch (RelocM) {
665 if (Subtarget->isTargetELF() && RelocM == Reloc::PIC_)
669 unsigned PCAdj = (RelocM != Reloc::PIC_) ? 0 :
680 unsigned Opc = (RelocM!=Reloc::PIC_) ? ARM::t2LDRpci : ARM::t2LDRpci_pic;
683 if (RelocM == Reloc::PIC_)
694 if (RelocM == Reloc::PIC_) {