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(Ctx &ctx, uint8_t *loc, uint32_t type, uint64_t val) { in calculateMipsRelChain() function
576 std::tie(type, val) = calculateMipsRelChain(ctx, loc, type, val); in relocate()