Searched refs:LoPos (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
252 ((LoPos == RelocLs.end()) || ((CompareOffset(*R, *LoPos) < 0)) ||
253 (!MatchedLo && !CompareOffset(*R, *LoPos))))
254 LoPos = R;
260 // If a matching LoPos was found, move HiPos and insert it before LoPos.
261 // Make the offsets of HiPos and LoPos match.
262 if (LoPos != RelocLs.end()) {
263 HiPos->Offset = LoPos
[all...]

Completed in 196 milliseconds