Home
last modified time | relevance | path

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

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