Lines Matching defs:DepJDS
1150 auto *DepJDS = getJITDylibStateByHeader(DepHeaderAddr.toPtr<void *>());
1151 if (!DepJDS) {
1158 ++DepJDS->LinkedAgainstRefCount;
1159 if (auto Err = dlopenInitialize(JDStatesLock, *DepJDS, DepInfo))
1172 for (auto *DepJDS : OldDeps) {
1173 --DepJDS->LinkedAgainstRefCount;
1174 if (!DepJDS->referenced())
1175 if (auto Err = dlcloseDeinitialize(JDStatesLock, *DepJDS))
1284 for (auto *DepJDS : JDS.Deps) {
1285 --DepJDS->LinkedAgainstRefCount;
1286 if (!DepJDS->referenced())
1287 if (auto Err = dlcloseDeinitialize(JDStatesLock, *DepJDS))