Searched refs:setNotifyStubEmitted (Results 1 – 4 of 4) sorted by relevance
238 void setNotifyStubEmitted(NotifyStubEmittedFunction NotifyStubEmitted) { in setNotifyStubEmitted() function
1318 Dyld->setNotifyStubEmitted(std::move(NotifyStubEmitted)); in createRuntimeDyldCOFF()1329 Dyld->setNotifyStubEmitted(std::move(NotifyStubEmitted)); in createRuntimeDyldELF()1342 Dyld->setNotifyStubEmitted(std::move(NotifyStubEmitted)); in createRuntimeDyldMachO()
572 void setNotifyStubEmitted(NotifyStubEmittedFunction NotifyStubEmitted) { in setNotifyStubEmitted() function
842 Dyld.setNotifyStubEmitted([&StubMap](StringRef FilePath, in linkAndVerify()