Lines Matching refs:ProcessAllSections
375 if (I == E && !ProcessAllSections) in loadObjectImpl()
427 if (ProcessAllSections) { in loadObjectImpl()
552 bool IsRequired = isRequiredForExecution(Section) || ProcessAllSections; in computeTotalAllocSize()
862 if (IsRequired || ProcessAllSections) { in emitSection()
1309 ProcessAllSections = false; in RuntimeDyld()
1317 JITSymbolResolver &Resolver, bool ProcessAllSections, in createRuntimeDyldCOFF() argument
1321 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldCOFF()
1328 JITSymbolResolver &Resolver, bool ProcessAllSections, in createRuntimeDyldELF() argument
1332 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldELF()
1341 bool ProcessAllSections, in createRuntimeDyldMachO() argument
1345 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldMachO()
1356 MemMgr, Resolver, ProcessAllSections, in loadObject()
1361 ProcessAllSections, std::move(NotifyStubEmitted)); in loadObject()
1365 ProcessAllSections, std::move(NotifyStubEmitted)); in loadObject()
1452 bool ProcessAllSections, in jitLinkForORC() argument
1462 RTDyld.setProcessAllSections(ProcessAllSections); in jitLinkForORC()