Searched refs:reassignSectionAddress (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | MachORewriteInstance.cpp | 398 RTDyld->reassignSectionAddress(Section->getSectionID(), in mapInstrumentationSection() 419 RTDyld->reassignSectionAddress(FuncSection->getSectionID(), in mapCodeSections() 441 RTDyld->reassignSectionAddress(FuncSection->getSectionID(), Addr); in mapCodeSections()
|
| H A D | RewriteInstance.cpp | 3600 RTDyld.reassignSectionAddress(FunctionSection->getSectionID(), in mapCodeSections() 3669 RTDyld.reassignSectionAddress(Section->getSectionID(), in mapCodeSections() 3700 RTDyld.reassignSectionAddress(FuncSection->getSectionID(), in mapCodeSections() 3719 RTDyld.reassignSectionAddress(Section.getSectionID(), JT->getAddress()); in mapCodeSections() 3750 RTDyld.reassignSectionAddress(ColdSection->getSectionID(), in mapCodeSections() 3802 RTDyld.reassignSectionAddress(Section->getSectionID(), in mapDataSections() 3836 RTDyld.reassignSectionAddress(OrgSection->getSectionID(), in mapDataSections() 3859 RTDyld.reassignSectionAddress(Section.getSectionID(), in mapExtraSections()
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/ |
| H A D | RuntimeDyld.h | 62 void reassignSectionAddress(unsigned SectionID, uint64_t Addr);
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 165 reassignSectionAddress(i, TargetAddress); in mapSectionAddress() 1082 void RuntimeDyldImpl::reassignSectionAddress(unsigned SectionID, in reassignSectionAddress() function in llvm::RuntimeDyldImpl 1403 void RuntimeDyld::reassignSectionAddress(unsigned SectionID, uint64_t Addr) { in reassignSectionAddress() function in llvm::RuntimeDyld 1404 Dyld->reassignSectionAddress(SectionID, Addr); in reassignSectionAddress()
|
| H A D | RuntimeDyldImpl.h | 553 void reassignSectionAddress(unsigned SectionID, uint64_t Addr);
|