Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp141 static unsigned getMatchingLoType(const ELFRelocationEntry &Reloc) { in getMatchingLoType() function
456 return getMatchingLoType(Reloc) != ELF::R_MIPS_NONE; in sortRelocs()
462 unsigned MatchingType = getMatchingLoType(R); in sortRelocs()