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

/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp215 static int CompareOffset(const RelEntry &R0, const RelEntry &R1) { function
251 (CompareOffset(*R, *HiPos) >= 0) &&
252 ((LoPos == RelocLs.end()) || ((CompareOffset(*R, *LoPos) < 0)) ||
253 (!MatchedLo && !CompareOffset(*R, *LoPos))))

Completed in 166 milliseconds