Lines Matching refs:ProcessAllSections
373 if (I == E && !ProcessAllSections) in loadObjectImpl()
425 if (ProcessAllSections) { in loadObjectImpl()
543 bool IsRequired = isRequiredForExecution(Section) || ProcessAllSections; in computeTotalAllocSize()
850 if (IsRequired || ProcessAllSections) { in emitSection()
1278 ProcessAllSections = false; in RuntimeDyld()
1286 JITSymbolResolver &Resolver, bool ProcessAllSections, in createRuntimeDyldCOFF() argument
1290 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldCOFF()
1297 JITSymbolResolver &Resolver, bool ProcessAllSections, in createRuntimeDyldELF() argument
1301 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldELF()
1310 bool ProcessAllSections, in createRuntimeDyldMachO() argument
1314 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldMachO()
1325 MemMgr, Resolver, ProcessAllSections, in loadObject()
1330 ProcessAllSections, std::move(NotifyStubEmitted)); in loadObject()
1334 ProcessAllSections, std::move(NotifyStubEmitted)); in loadObject()
1421 bool ProcessAllSections, in jitLinkForORC() argument
1431 RTDyld.setProcessAllSections(ProcessAllSections); in jitLinkForORC()