Searched refs:ProcessAllSections (Results 1 – 7 of 7) sorted by relevance
249 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument251 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections()277 bool ProcessAllSections,290 bool ProcessAllSections; variable303 bool ProcessAllSections,
439 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument
85 RTDyldObjectLinkingLayer &setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument86 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections()150 bool ProcessAllSections = false; variable
373 if (I == E && !ProcessAllSections) in loadObjectImpl()425 if (ProcessAllSections) { in loadObjectImpl()850 if (IsRequired || ProcessAllSections) { in emitSection()1278 ProcessAllSections = false; in RuntimeDyld()1290 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldCOFF()1301 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldELF()1310 bool ProcessAllSections, in createRuntimeDyldMachO() argument1314 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldMachO()1330 ProcessAllSections, std::move(NotifyStubEmitted)); in loadObject()1421 bool ProcessAllSections, in jitLinkForORC() argument[all …]
296 bool ProcessAllSections; variable452 ProcessAllSections(false), HasError(false) { in RuntimeDyldImpl()457 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument458 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections()
234 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() argument235 Dyld.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
155 MemMgrRef, Resolver, ProcessAllSections, in emit()