Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp172 unsigned MatchingType) { in isMatchingReloc() argument
173 if (X.R.Type == MatchingType && X.R.OriginalSymbol == R.OriginalSymbol) { in isMatchingReloc()
435 unsigned MatchingType = getMatchingLoType(R); in sortRelocs() local
436 assert(MatchingType != ELF::R_MIPS_NONE && in sortRelocs()
444 [&R, &MatchingType](const MipsRelocationEntry &X) { in sortRelocs()
445 return isMatchingReloc(X, R, MatchingType); in sortRelocs()