Lines Matching refs:ProcessAllSections
360 if (I == E && !ProcessAllSections) in loadObjectImpl()
485 bool IsRequired = isRequiredForExecution(Section) || ProcessAllSections; in computeTotalAllocSize()
766 if (IsRequired || ProcessAllSections) { in emitSection()
1204 ProcessAllSections = false; in RuntimeDyld()
1212 JITSymbolResolver &Resolver, bool ProcessAllSections, in createRuntimeDyldCOFF() argument
1216 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldCOFF()
1223 JITSymbolResolver &Resolver, bool ProcessAllSections, in createRuntimeDyldELF() argument
1227 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldELF()
1235 bool ProcessAllSections, in createRuntimeDyldMachO() argument
1239 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldMachO()
1250 MemMgr, Resolver, ProcessAllSections, Checker); in loadObject()
1254 ProcessAllSections, Checker); in loadObject()
1258 ProcessAllSections, Checker); in loadObject()
1330 JITSymbolResolver &Resolver, bool ProcessAllSections, in jitLinkForORC() argument
1338 RTDyld.setProcessAllSections(ProcessAllSections); in jitLinkForORC()