Searched refs:setNotifyStubEmitted (Results 1 – 4 of 4) sorted by relevance
241 void setNotifyStubEmitted(NotifyStubEmittedFunction NotifyStubEmitted) { in setNotifyStubEmitted() function
1332 Dyld->setNotifyStubEmitted(std::move(NotifyStubEmitted)); in createRuntimeDyldCOFF()1343 Dyld->setNotifyStubEmitted(std::move(NotifyStubEmitted)); in createRuntimeDyldELF()1356 Dyld->setNotifyStubEmitted(std::move(NotifyStubEmitted)); in createRuntimeDyldMachO()
583 void setNotifyStubEmitted(NotifyStubEmittedFunction NotifyStubEmitted) { in setNotifyStubEmitted() function
842 Dyld.setNotifyStubEmitted([&StubMap](StringRef FilePath, in linkAndVerify()