Home | History | Annotate | Download | only in ARM

Lines Matching refs:IsPositionIndependent

160     bool isPositionIndependent() const;
541 bool ARMFastISel::isPositionIndependent() const {
542 return TLI.isPositionIndependent();
559 bool IsPositionIndependent = isPositionIndependent();
563 (Subtarget->isTargetMachO() || !IsPositionIndependent)) {
569 if (IsPositionIndependent)
583 if (Subtarget->isTargetELF() && IsPositionIndependent)
587 unsigned PCAdj = IsPositionIndependent ? (Subtarget->isThumb() ? 4 : 8) : 0;
597 unsigned Opc = IsPositionIndependent ? ARM::t2LDRpci_pic : ARM::t2LDRpci;
600 if (IsPositionIndependent)
612 if (IsPositionIndependent) {