Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DInputFiles.h317 bool shouldFetchForCommon(const StringRef &name);
340 bool shouldFetchForCommon(const Archive::Symbol &sym);
DSymbols.cpp706 if (archive->shouldFetchForCommon(archiveSym)) { in resolveLazy()
712 if (obj->shouldFetchForCommon(loSym->getName())) { in resolveLazy()
DInputFiles.cpp1305 bool ArchiveFile::shouldFetchForCommon(const Archive::Symbol &sym) { in shouldFetchForCommon() function in ArchiveFile
1856 bool LazyObjFile::shouldFetchForCommon(const StringRef &name) { in shouldFetchForCommon() function in LazyObjFile