Home | History | Annotate | Download | only in X86

Lines Matching refs:IsPCRel

97                                intptr_t Adj = 0, bool IsPCRel = true);
417 bool IsPCRel /* = true */) {
428 (IsPCRel ? X86::reloc_pcrel_word : X86::reloc_absolute_word_sext)
433 // do it, otherwise fallback to absolute (this is determined by IsPCRel).
499 bool IsPCRel = MCE.earlyResolveAddresses() ? true : false;
543 emitDisplacementField(DispForReloc, DispVal, PCAdj, IsPCRel);
601 emitDisplacementField(DispForReloc, DispVal, PCAdj, IsPCRel);