Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h62 void reassignSectionAddress(unsigned SectionID, uint64_t Addr);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp165 reassignSectionAddress(i, TargetAddress); in mapSectionAddress()
1078 void RuntimeDyldImpl::reassignSectionAddress(unsigned SectionID, in reassignSectionAddress() function in llvm::RuntimeDyldImpl
1398 void RuntimeDyld::reassignSectionAddress(unsigned SectionID, uint64_t Addr) { in reassignSectionAddress() function in llvm::RuntimeDyld
1399 Dyld->reassignSectionAddress(SectionID, Addr); in reassignSectionAddress()
H A DRuntimeDyldImpl.h563 void reassignSectionAddress(unsigned SectionID, uint64_t Addr);