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