Home | History | Annotate | Download | only in Mips

Lines Matching defs:IsPIC

2342   bool IsPIC = getTargetMachine().getRelocationModel() == Reloc::PIC_;
2467 bool IsPICCall = (IsN64 || IsPIC); // true if calls are translated to jalr $25
2488 if (!IsN64 && !IsPIC) // !N64 && static