Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:Lo

282 // Lo is chosen as a match for Hi, set their fields accordingly.
285 // matching LO's Offset minus one to simplify the sorting function.
286 static void setMatch(MipsRelocationEntry &Hi, MipsRelocationEntry &Lo) {
287 Lo.HasMatchingHi = true;
288 Hi.SortOffset = Lo.R.Offset - 1;
319 // For every such HI, find a matching LO with highest offset that isn't already
322 // When there are more HIs matched with one LO, sort them in descending order by
325 // In other words, when searching for a matching LO:
327 // matching LO;
354 // Find a matching LO for all HIs that need it.