Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h391 bool isUpwardDylib(StringRef installName) const;
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachOLinkingContext.cpp786 bool MachOLinkingContext::isUpwardDylib(StringRef installName) const { in isUpwardDylib() function in lld::MachOLinkingContext
DMachONormalizedFileFromAtoms.cpp1260 else if (_ctx.isUpwardDylib(dep.path)) in addDependentDylibs()