Searched refs:ProcessAllSections (Results 1 – 5 of 5) sorted by relevance
41 bool ProcessAllSections; variable100 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument102 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections()
476 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument
221 bool ProcessAllSections; variable352 : MemMgr(mm), ProcessAllSections(false), HasError(false) { in RuntimeDyldImpl()357 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument358 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections()
195 if (I == E && !ProcessAllSections) in loadObject()687 ProcessAllSections = false; in RuntimeDyld()693 createRuntimeDyldELF(RTDyldMemoryManager *MM, bool ProcessAllSections) { in createRuntimeDyldELF() argument695 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldELF()700 createRuntimeDyldMachO(RTDyldMemoryManager *MM, bool ProcessAllSections) { in createRuntimeDyldMachO() argument702 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldMachO()714 Dyld = createRuntimeDyldELF(MM, ProcessAllSections).release(); in loadObject()718 Dyld = createRuntimeDyldMachO(MM, ProcessAllSections).release(); in loadObject()740 Dyld = createRuntimeDyldELF(MM, ProcessAllSections).release(); in loadObject()754 Dyld = createRuntimeDyldMachO(MM, ProcessAllSections).release(); in loadObject()
254 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() argument255 Dyld.setProcessAllSections(ProcessAllSections); in setProcessAllSections()