Searched refs:removeIfPresent (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/orc/ |
| H A D | macho_platform.cpp | 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() 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() [all …]
|