Searched refs:setNotifyStubEmitted (Results 1 – 4 of 4) sorted by relevance
225 void setNotifyStubEmitted(NotifyStubEmittedFunction NotifyStubEmitted) { in setNotifyStubEmitted() function
1291 Dyld->setNotifyStubEmitted(std::move(NotifyStubEmitted)); in createRuntimeDyldCOFF()1302 Dyld->setNotifyStubEmitted(std::move(NotifyStubEmitted)); in createRuntimeDyldELF()1315 Dyld->setNotifyStubEmitted(std::move(NotifyStubEmitted)); in createRuntimeDyldMachO()
568 void setNotifyStubEmitted(NotifyStubEmittedFunction NotifyStubEmitted) { in setNotifyStubEmitted() function
792 Dyld.setNotifyStubEmitted([&StubMap](StringRef FilePath, in linkAndVerify()