Lines Matching refs:ProcessAllSections
379 if (I == E && !ProcessAllSections) in loadObjectImpl()
431 if (ProcessAllSections) { in loadObjectImpl()
550 bool IsRequired = isRequiredForExecution(Section) || ProcessAllSections; in computeTotalAllocSize()
857 if (IsRequired || ProcessAllSections) { in emitSection()
1305 ProcessAllSections = false; in RuntimeDyld()
1313 JITSymbolResolver &Resolver, bool ProcessAllSections, in createRuntimeDyldCOFF() argument
1317 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldCOFF()
1324 JITSymbolResolver &Resolver, bool ProcessAllSections, in createRuntimeDyldELF() argument
1328 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldELF()
1337 bool ProcessAllSections, in createRuntimeDyldMachO() argument
1341 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldMachO()
1352 MemMgr, Resolver, ProcessAllSections, in loadObject()
1357 ProcessAllSections, std::move(NotifyStubEmitted)); in loadObject()
1361 ProcessAllSections, std::move(NotifyStubEmitted)); in loadObject()
1448 bool ProcessAllSections, in jitLinkForORC() argument
1458 RTDyld.setProcessAllSections(ProcessAllSections); in jitLinkForORC()