Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DSymbols.cpp445 resolveLazy(cast<LazyArchive>(other)); in resolve()
448 resolveLazy(cast<LazyObject>(other)); in resolve()
708 template <class LazyT> void Symbol::resolveLazy(const LazyT &other) { in resolveLazy() function in Symbol
DSymbols.h236 template <class LazyT> void resolveLazy(const LazyT &other);