Lines Matching defs:ProcessAllSections
379 if (I == E && !ProcessAllSections)
431 if (ProcessAllSections) {
550 bool IsRequired = isRequiredForExecution(Section) || ProcessAllSections;
857 if (IsRequired || ProcessAllSections) {
1304 ProcessAllSections = false;
1312 JITSymbolResolver &Resolver, bool ProcessAllSections,
1316 Dyld->setProcessAllSections(ProcessAllSections);
1323 JITSymbolResolver &Resolver, bool ProcessAllSections,
1327 Dyld->setProcessAllSections(ProcessAllSections);
1336 bool ProcessAllSections,
1340 Dyld->setProcessAllSections(ProcessAllSections);
1351 MemMgr, Resolver, ProcessAllSections,
1356 ProcessAllSections, std::move(NotifyStubEmitted));
1360 ProcessAllSections, std::move(NotifyStubEmitted));
1447 bool ProcessAllSections,
1457 RTDyld.setProcessAllSections(ProcessAllSections);