Lines Matching refs:OrgSection
3816 ErrorOr<BinarySection &> OrgSection = in mapDataSections() local
3818 if (!OrgSection || in mapDataSections()
3819 !OrgSection->isAllocatable() || in mapDataSections()
3820 !OrgSection->isFinalized() || in mapDataSections()
3821 !OrgSection->hasValidSectionID()) in mapDataSections()
3824 if (OrgSection->getOutputAddress()) { in mapDataSections()
3827 << Twine::utohexstr(OrgSection->getOutputAddress()) in mapDataSections()
3833 << Twine::utohexstr(OrgSection->getAllocAddress()) << ") to 0x" in mapDataSections()
3836 RTDyld.reassignSectionAddress(OrgSection->getSectionID(), in mapDataSections()
3839 OrgSection->setOutputAddress(Section.getAddress()); in mapDataSections()
3840 OrgSection->setOutputFileOffset(Section.getContents().data() - in mapDataSections()