Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:Pic

671   Pic = MCA.getContext().getObjectFileInfo()->isPositionIndependent();
798 // If we've set the cpic eflag and we're n64, go ahead and set the pic
945 // This option overrides other PIC options like -KPIC.
946 Pic = false;
954 Pic = true;
1001 if (!Pic || (getABI().IsN32() || getABI().IsN64()))
1056 // When PIC mode is enabled and the O32 ABI is used, this directive expands
1062 // is used in non-PIC mode.
1063 if (!Pic || (getABI().IsN32() || getABI().IsN64()))
1076 // Only N32 and N64 emit anything for .cpsetup iff PIC is set.
1077 if (!Pic || !(getABI().IsN32() || getABI().IsN64()))
1133 // Only N32 and N64 emit anything for .cpreturn iff PIC is set.
1134 if (!Pic || !(getABI().IsN32() || getABI().IsN64()))