Lines Matching defs:ProcessAllSections
379 if (I == E && !ProcessAllSections)
431 if (ProcessAllSections) {
550 bool IsRequired = isRequiredForExecution(Section) || ProcessAllSections;
860 if (IsRequired || ProcessAllSections) {
1319 ProcessAllSections = false;
1327 JITSymbolResolver &Resolver, bool ProcessAllSections,
1331 Dyld->setProcessAllSections(ProcessAllSections);
1338 JITSymbolResolver &Resolver, bool ProcessAllSections,
1342 Dyld->setProcessAllSections(ProcessAllSections);
1351 bool ProcessAllSections,
1355 Dyld->setProcessAllSections(ProcessAllSections);
1366 MemMgr, Resolver, ProcessAllSections,
1371 ProcessAllSections, std::move(NotifyStubEmitted));
1375 ProcessAllSections, std::move(NotifyStubEmitted));
1462 bool ProcessAllSections,
1472 RTDyld.setProcessAllSections(ProcessAllSections);