Lines Matching defs:IsPIC
51 bool IsPIC;
57 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {}
136 IsPIC = TM.getRelocationModel() == Reloc::PIC_;
429 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
464 if (!MCE.earlyResolveAddresses() || Is64BitMode || IsPIC) {
471 if (!MCE.earlyResolveAddresses() || Is64BitMode || IsPIC) {
1267 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
1371 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
1413 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);