Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp146 static bool isMatchingReloc(unsigned MatchingType, const ELFRelocationEntry &R, in isMatchingReloc() argument
148 return X.Type == MatchingType && X.Symbol == R.Symbol && X.Addend == R.Addend; in isMatchingReloc()
406 unsigned MatchingType = getMatchingLoType(R); in sortRelocs() local
409 isMatchingReloc(MatchingType, R, std::next(I)->R)) in sortRelocs()
421 if (R1.Type == MatchingType && R.Symbol == R1.Symbol && in sortRelocs()