Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSymbols.h84 uint64_t resolveGotVA() const { return isInGot() ? getGotVA() : getVA(); } in resolveGotVA() function
H A DInputSection.cpp100 return sym->resolveGotVA(); in resolveSymbolVA()