Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp472 template <class RelTy> RelType getMipsN32RelType(RelTy *&rel) const;
861 RelType RelocationScanner::getMipsN32RelType(RelTy *&rel) const { in getMipsN32RelType() function in RelocationScanner
1451 type = getMipsN32RelType(i); in scanOne()