Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp180 unsigned MatchingType) { in isMatchingReloc() argument
181 if (X.R.Type == MatchingType && X.R.OriginalSymbol == R.OriginalSymbol) { in isMatchingReloc()
462 unsigned MatchingType = getMatchingLoType(R); in sortRelocs() local
463 assert(MatchingType != ELF::R_MIPS_NONE && in sortRelocs()
471 [&R, &MatchingType](const MipsRelocationEntry &X) { in sortRelocs()
472 return isMatchingReloc(X, R, MatchingType); in sortRelocs()