HomeSort by relevance Sort by last modified time
    Searched refs:Pic (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp 387 Pic = MCA.getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_;
492 // If we've set the cpic eflag and we're n64, go ahead and set the pic
627 // This option overrides other PIC options like -KPIC.
628 Pic = false;
636 Pic = true;
683 if (!Pic || (getABI().IsN32() || getABI().IsN64()))
731 // Only N32 and N64 emit anything for .cpsetup iff PIC is set.
732 if (!Pic || !(getABI().IsN32() || getABI().IsN64()))
  /external/llvm/lib/Target/Mips/
MipsTargetStreamer.h 76 // PIC support
192 // PIC support
208 bool Pic;
238 // PIC support

Completed in 85 milliseconds