Searched refs:setNotifyStubEmitted (Results 1 – 4 of 4) sorted by relevance
239 void setNotifyStubEmitted(NotifyStubEmittedFunction NotifyStubEmitted) { in setNotifyStubEmitted() function
1322 Dyld->setNotifyStubEmitted(std::move(NotifyStubEmitted)); in createRuntimeDyldCOFF()1333 Dyld->setNotifyStubEmitted(std::move(NotifyStubEmitted)); in createRuntimeDyldELF()1346 Dyld->setNotifyStubEmitted(std::move(NotifyStubEmitted)); in createRuntimeDyldMachO()
568 void setNotifyStubEmitted(NotifyStubEmittedFunction NotifyStubEmitted) { in setNotifyStubEmitted() function
842 Dyld.setNotifyStubEmitted([&StubMap](StringRef FilePath, in linkAndVerify()