Searched refs:HiPos (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp246 RelLsIter LoPos = RelocLs.end(), HiPos = *U; local
250 if ((R->Reloc.Type == ELF::R_MIPS_LO16) && HasSameSymbol(*HiPos, *R) &&
251 (CompareOffset(*R, *HiPos) >= 0) &&
260 // If a matching LoPos was found, move HiPos and insert it before LoPos.
261 // Make the offsets of HiPos and LoPos match.
263 HiPos->Offset = LoPos->Offset;
264 RelocLs.insert(LoPos, *HiPos);
265 RelocLs.erase(HiPos);

Completed in 274 milliseconds