Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h379 ArrayRef<mach_o::MachODylibFile*> allDylibs() const { in allDylibs() function
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileFromAtoms.cpp1224 for (const auto *dylib : _ctx.allDylibs()) { in addDependentDylibs()