Home | History | Annotate | Download | only in X86

Lines Matching refs:IsPIC

52     bool IsPIC;
58 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {}
63 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {}
122 IsPIC = TM.getRelocationModel() == Reloc::PIC_;
416 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
451 if (!MCE.earlyResolveAddresses() || Is64BitMode || IsPIC) {
458 if (!MCE.earlyResolveAddresses() || Is64BitMode || IsPIC) {
818 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
904 : (IsPIC
944 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);