Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h490 mutable std::set<mach_o::MachODylibFile*> _upwardDylibs; variable
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachOLinkingContext.cpp783 _upwardDylibs.insert(dylib); in registerDylib()
787 for (MachODylibFile *dylib : _upwardDylibs) { in isUpwardDylib()