Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp66 static uint64_t getSymVA(Ctx &ctx, const Symbol &sym, int64_t addend) { in getSymVA() function
150 return getSymVA(ctx, *this, addend) + addend; in getVA()