Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp121 reassignSectionAddress(i, TargetAddress); in mapSectionAddress()
771 void RuntimeDyldImpl::reassignSectionAddress(unsigned SectionID, in reassignSectionAddress() function in llvm::RuntimeDyldImpl
957 void RuntimeDyld::reassignSectionAddress(unsigned SectionID, uint64_t Addr) { in reassignSectionAddress() function in llvm::RuntimeDyld
958 Dyld->reassignSectionAddress(SectionID, Addr); in reassignSectionAddress()
DRuntimeDyldImpl.h478 void reassignSectionAddress(unsigned SectionID, uint64_t Addr);
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h45 void reassignSectionAddress(unsigned SectionID, uint64_t Addr);