Searched refs:ProcessAllSections (Results 1 – 8 of 8) sorted by relevance
263 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument265 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections()291 bool ProcessAllSections,304 bool ProcessAllSections; variable317 bool ProcessAllSections,
438 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
375 if (I == E && !ProcessAllSections) in loadObjectImpl()427 if (ProcessAllSections) { in loadObjectImpl()862 if (IsRequired || ProcessAllSections) { in emitSection()1309 ProcessAllSections = false; in RuntimeDyld()1321 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldCOFF()1332 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldELF()1341 bool ProcessAllSections, in createRuntimeDyldMachO() argument1345 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldMachO()1361 ProcessAllSections, std::move(NotifyStubEmitted)); in loadObject()1452 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()
27 bool ProcessAllSections) { in testSetProcessAllSections() argument61 ObjLayer.setProcessAllSections(ProcessAllSections); in testSetProcessAllSections()
227 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() argument228 Dyld.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
155 MemMgrRef, Resolver, ProcessAllSections, in emit()