Home
last modified time | relevance | path

Searched refs:removeIfPresent (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Dmacho_platform.cpp233 bool removeIfPresent(ExecutorAddrRange R) { in removeIfPresent() function in __anon285a7df90211::MachOPlatformRuntimeState::RecordSectionsTracker
234 if (removeIfPresent(New, R)) in removeIfPresent()
236 return removeIfPresent(Processed, R); in removeIfPresent()
250 bool removeIfPresent(std::vector<span<RecordElement>> &V, in removeIfPresent() function in __anon285a7df90211::MachOPlatformRuntimeState::RecordSectionsTracker
680 JDS->ObjCSelRefsSections.removeIfPresent(KV.second); in deregisterObjectPlatformSections()
682 JDS->ObjCClassListSections.removeIfPresent(KV.second); in deregisterObjectPlatformSections()
684 JDS->Swift5ProtocolsSections.removeIfPresent(KV.second); in deregisterObjectPlatformSections()
686 JDS->Swift5ProtocolConformancesSections.removeIfPresent(KV.second); in deregisterObjectPlatformSections()
688 JDS->Swift5TypesSections.removeIfPresent(KV.second); in deregisterObjectPlatformSections()
690 JDS->ModInitsSections.removeIfPresent(KV.second); in deregisterObjectPlatformSections()