Searched refs:reassignSectionAddress (Results 1 – 3 of 3) sorted by relevance
63 LLVM_ABI void reassignSectionAddress(unsigned SectionID, uint64_t Addr);
165 reassignSectionAddress(i, TargetAddress); in mapSectionAddress()1093 void RuntimeDyldImpl::reassignSectionAddress(unsigned SectionID, in reassignSectionAddress() function in llvm::RuntimeDyldImpl1413 void RuntimeDyld::reassignSectionAddress(unsigned SectionID, uint64_t Addr) { in reassignSectionAddress() function in llvm::RuntimeDyld1414 Dyld->reassignSectionAddress(SectionID, Addr); in reassignSectionAddress()
568 void reassignSectionAddress(unsigned SectionID, uint64_t Addr);