Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching refs:RelocatedSection

295     section_iterator RelocatedSection = SI->getRelocatedSection();
297 if (RelocatedSection == SE)
306 bool IsCode = RelocatedSection->isText();
308 if (auto SectionIDOrErr = findOrEmitSection(Obj, *RelocatedSection, IsCode,