Lines Matching refs:removeIfPresent
372 bool removeIfPresent(std::vector<span<T>> &V, ExecutorAddrRange R) { in removeIfPresent() function
414 if (!removeIfPresent(JDS->ObjCSelRefsSections, KV.second)) in deregisterObjectPlatformSections()
415 removeIfPresent(JDS->ObjCSelRefsSectionsNew, KV.second); in deregisterObjectPlatformSections()
417 if (!removeIfPresent(JDS->ObjCClassListSections, KV.second)) in deregisterObjectPlatformSections()
418 removeIfPresent(JDS->ObjCClassListSectionsNew, KV.second); in deregisterObjectPlatformSections()
420 if (!removeIfPresent(JDS->Swift5ProtosSections, KV.second)) in deregisterObjectPlatformSections()
421 removeIfPresent(JDS->Swift5ProtosSectionsNew, KV.second); in deregisterObjectPlatformSections()
423 if (!removeIfPresent(JDS->Swift5ProtoSections, KV.second)) in deregisterObjectPlatformSections()
424 removeIfPresent(JDS->Swift5ProtoSectionsNew, KV.second); in deregisterObjectPlatformSections()
426 if (!removeIfPresent(JDS->Swift5TypesSections, KV.second)) in deregisterObjectPlatformSections()
427 removeIfPresent(JDS->Swift5TypesSectionsNew, KV.second); in deregisterObjectPlatformSections()
429 if (!removeIfPresent(JDS->ModInitsSections, KV.second)) in deregisterObjectPlatformSections()
430 removeIfPresent(JDS->ModInitsSectionsNew, KV.second); in deregisterObjectPlatformSections()