Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileFromAtoms.cpp199 DylibPathToInfo _dylibInfo; member in __anon2e8aa0f30111::Util
1225 DylibPathToInfo::iterator pos = _dylibInfo.find(dylib->installName()); in addDependentDylibs()
1226 if (pos == _dylibInfo.end()) { in addDependentDylibs()
1239 _dylibInfo[dylib->installName()] = info; in addDependentDylibs()
1257 DylibInfo &info = _dylibInfo[dep.path]; in addDependentDylibs()
1266 return _dylibInfo[sa->loadName()].ordinal; in dylibOrdinal()