Lines Matching refs:ProcessAllSections
239 if (I == E && !ProcessAllSections) in loadObjectImpl()
881 ProcessAllSections = false; in RuntimeDyld()
890 bool ProcessAllSections, RuntimeDyldCheckerImpl *Checker) { in createRuntimeDyldCOFF() argument
893 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldCOFF()
901 bool ProcessAllSections, RuntimeDyldCheckerImpl *Checker) { in createRuntimeDyldELF() argument
903 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldELF()
911 bool ProcessAllSections, in createRuntimeDyldMachO() argument
915 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldMachO()
924 Dyld = createRuntimeDyldELF(MemMgr, Resolver, ProcessAllSections, Checker); in loadObject()
928 ProcessAllSections, Checker); in loadObject()
932 ProcessAllSections, Checker); in loadObject()