Searched refs:ProcessAllSections (Results 1 – 7 of 7) sorted by relevance
262 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument264 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections()290 bool ProcessAllSections,303 bool ProcessAllSections; variable316 bool ProcessAllSections,
438 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument
84 RTDyldObjectLinkingLayer &setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument85 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections()150 bool ProcessAllSections = false; variable
379 if (I == E && !ProcessAllSections) in loadObjectImpl()431 if (ProcessAllSections) { in loadObjectImpl()857 if (IsRequired || ProcessAllSections) { in emitSection()1305 ProcessAllSections = false; in RuntimeDyld()1317 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldCOFF()1328 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldELF()1337 bool ProcessAllSections, in createRuntimeDyldMachO() argument1341 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldMachO()1357 ProcessAllSections, std::move(NotifyStubEmitted)); in loadObject()1448 bool ProcessAllSections, in jitLinkForORC() argument[all …]
296 bool ProcessAllSections; variable462 ProcessAllSections(false), HasError(false) { in RuntimeDyldImpl()467 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument468 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections()
227 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() argument228 Dyld.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
191 MemMgrRef, Resolver, ProcessAllSections, in emit()