reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1225 DylibPathToInfo::iterator pos = _dylibInfo.find(dylib->installName()); 1228 bool flatNamespaceAtom = dylib == _ctx.flatNamespaceFile(); 1239 _dylibInfo[dylib->installName()] = info; 1244 depInfo.path = dylib->installName(); 1246 depInfo.currentVersion = _ctx.dylibCurrentVersion(dylib->path()); 1247 depInfo.compatVersion = _ctx.dylibCompatVersion(dylib->path());