Searched refs:reassignSectionAddress (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 157 reassignSectionAddress(i, TargetAddress); in mapSectionAddress() 872 void RuntimeDyldImpl::reassignSectionAddress(unsigned SectionID, in reassignSectionAddress() function in llvm::RuntimeDyldImpl 1064 void RuntimeDyld::reassignSectionAddress(unsigned SectionID, uint64_t Addr) { in reassignSectionAddress() function in llvm::RuntimeDyld 1065 Dyld->reassignSectionAddress(SectionID, Addr); in reassignSectionAddress()
|
D | RuntimeDyldImpl.h | 470 void reassignSectionAddress(unsigned SectionID, uint64_t Addr);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 65 void reassignSectionAddress(unsigned SectionID, uint64_t Addr);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 157 reassignSectionAddress(i, TargetAddress); in mapSectionAddress() 964 void RuntimeDyldImpl::reassignSectionAddress(unsigned SectionID, in reassignSectionAddress() function in llvm::RuntimeDyldImpl 1210 void RuntimeDyld::reassignSectionAddress(unsigned SectionID, uint64_t Addr) { in reassignSectionAddress() function in llvm::RuntimeDyld 1211 Dyld->reassignSectionAddress(SectionID, Addr); in reassignSectionAddress()
|
D | RuntimeDyldImpl.h | 539 void reassignSectionAddress(unsigned SectionID, uint64_t Addr);
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 60 void reassignSectionAddress(unsigned SectionID, uint64_t Addr);
|