Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSymbols.cpp436 resolveLazy(cast<LazyArchive>(other)); in resolve()
439 resolveLazy(cast<LazyObject>(other)); in resolve()
699 template <class LazyT> void Symbol::resolveLazy(const LazyT &other) { in resolveLazy() function in Symbol
DSymbols.h234 template <class LazyT> void resolveLazy(const LazyT &other);