Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DInputFiles.h316 bool shouldFetchForCommon(const StringRef &name);
339 bool shouldFetchForCommon(const Archive::Symbol &sym);
H A DSymbols.cpp715 if (archive->shouldFetchForCommon(archiveSym)) { in resolveLazy()
721 if (obj->shouldFetchForCommon(loSym->getName())) { in resolveLazy()
H A DInputFiles.cpp1317 bool ArchiveFile::shouldFetchForCommon(const Archive::Symbol &sym) { in shouldFetchForCommon() function in ArchiveFile
1876 bool LazyObjFile::shouldFetchForCommon(const StringRef &name) { in shouldFetchForCommon() function in LazyObjFile