Lines Matching defs:DepJDS
365 auto *DepJDS = getJITDylibStateByHeader(DepHeaderAddr.toPtr<void *>());
366 if (!DepJDS) {
373 ++DepJDS->LinkedAgainstRefCount;
374 if (auto Err = dlopenInitialize(*DepJDS, DepInfo))
383 for (auto *DepJDS : OldDeps) {
384 --DepJDS->LinkedAgainstRefCount;
385 if (!DepJDS->referenced())
386 if (auto Err = dlcloseDeinitialize(*DepJDS))
434 for (auto *DepJDS : JDS.Deps) {
435 --DepJDS->LinkedAgainstRefCount;
436 if (!DepJDS->referenced())
437 if (auto Err = dlcloseDeinitialize(*DepJDS))