Home
last modified time | relevance | path

Searched refs:OrgSection (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp3816 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()
[all …]