Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp285 RelLsIter LoPos = RelocLs.end(), HiPos = *U; in sortRelocs() local
289 if ((R->Reloc.Type == ELF::R_MIPS_LO16) && HasSameSymbol(*HiPos, *R) && in sortRelocs()
290 (CompareOffset(*R, *HiPos) >= 0) && in sortRelocs()
302 HiPos->Offset = LoPos->Offset; in sortRelocs()
303 RelocLs.insert(LoPos, *HiPos); in sortRelocs()
304 RelocLs.erase(HiPos); in sortRelocs()