Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h62 void reassignSectionAddress(unsigned SectionID, uint64_t Addr);
/openbsd-src/gnu/llvm/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
1399 void RuntimeDyld::reassignSectionAddress(unsigned SectionID, uint64_t Addr) { in reassignSectionAddress() function in llvm::RuntimeDyld
1400 Dyld->reassignSectionAddress(SectionID, Addr); in reassignSectionAddress()
H A DRuntimeDyldImpl.h557 void reassignSectionAddress(unsigned SectionID, uint64_t Addr);