Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h62 void reassignSectionAddress(unsigned SectionID, uint64_t Addr);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp163 reassignSectionAddress(i, TargetAddress); in mapSectionAddress()
1059 void RuntimeDyldImpl::reassignSectionAddress(unsigned SectionID, in reassignSectionAddress() function in llvm::RuntimeDyldImpl
1372 void RuntimeDyld::reassignSectionAddress(unsigned SectionID, uint64_t Addr) { in reassignSectionAddress() function in llvm::RuntimeDyld
1373 Dyld->reassignSectionAddress(SectionID, Addr); in reassignSectionAddress()
H A DRuntimeDyldImpl.h553 void reassignSectionAddress(unsigned SectionID, uint64_t Addr);