Lines Matching refs:Checker
250 // If there is an attached checker, notify it about the stubs for this
252 if (Checker)
253 Checker->registerStubMap(Obj.getFileName(), SectionID, Stubs);
554 if (Checker)
555 Checker->registerSection(Obj.getFileName(), SectionID);
649 if (Checker)
650 Checker->registerSection(Obj.getFileName(), SectionID);
882 Checker = nullptr;
890 bool ProcessAllSections, RuntimeDyldCheckerImpl *Checker) {
894 Dyld->setRuntimeDyldChecker(Checker);
901 bool ProcessAllSections, RuntimeDyldCheckerImpl *Checker) {
904 Dyld->setRuntimeDyldChecker(Checker);
912 RuntimeDyldCheckerImpl *Checker) {
916 Dyld->setRuntimeDyldChecker(Checker);
924 Dyld = createRuntimeDyldELF(MemMgr, Resolver, ProcessAllSections, Checker);
928 ProcessAllSections, Checker);
932 ProcessAllSections, Checker);