Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
HDRuntimeDyld.h62 void reassignSectionAddress(unsigned SectionID, uint64_t Addr);
/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyld.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()
HDRuntimeDyldImpl.h563 void reassignSectionAddress(unsigned SectionID, uint64_t Addr);