Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachOLinkingContext.cpp753 while (dylibCount != _allDylibs.size()) { in createImplicitFiles()
754 dylibCount = _allDylibs.size(); in createImplicitFiles()
755 for (MachODylibFile *dylib : _allDylibs) { in createImplicitFiles()
776 if (!llvm::count(_allDylibs, dylib)) in registerDylib()
777 _allDylibs.push_back(dylib); in registerDylib()
/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h380 return _allDylibs; in allDylibs()
489 mutable std::vector<mach_o::MachODylibFile*> _allDylibs; variable