Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp484 calculateMipsRelChain(uint8_t *loc, RelType type, uint64_t val) { in calculateMipsRelChain() function
576 std::tie(type, val) = calculateMipsRelChain(loc, type, val); in relocate()