Searched refs:mapSectionAddress (Results 1 – 9 of 9) sorted by relevance
| /llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.h | 272 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function 274 Dyld.mapSectionAddress(LocalAddress, TargetAddress); in mapSectionAddress()
|
| /llvm-project/llvm/include/llvm/ExecutionEngine/ |
| H A D | RuntimeDyld.h | 227 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
|
| H A D | ExecutionEngine.h | 244 virtual void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function
|
| /llvm-project/llvm/docs/ |
| H A D | MCJITDesignAndImplementation.rst | 131 The client remaps the section address by calling MCJIT::mapSectionAddress. 135 When MCJIT::mapSectionAddress is called, MCJIT passes the call on to
|
| /llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 160 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function in llvm::RuntimeDyldImpl 1417 void RuntimeDyld::mapSectionAddress(const void *LocalAddress, in finalizeWithMemoryManagerLocking() 1419 Dyld->mapSectionAddress(LocalAddress, TargetAddress); in finalizeWithMemoryManagerLocking() 1403 void RuntimeDyld::mapSectionAddress(const void *LocalAddress, mapSectionAddress() function in llvm::RuntimeDyld
|
| H A D | RuntimeDyldImpl.h | 302 // won't be interleaved between modules. It is also used in mapSectionAddress 576 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
|
| /llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | EPCGenericRTDyldMemoryManager.cpp | 302 Dyld.mapSectionAddress(reinterpret_cast<const void *>(alignAddr( in mapAllocsToRemoteAddrs()
|
| /llvm-project/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 673 Dyld.mapSectionAddress(OldAddr, NewAddr); in applySpecificSectionMappings() 753 Dyld.mapSectionAddress(CurEntry->MB.base(), NextSectionAddr); in remapSectionsAndSymbols()
|
| /llvm-project/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 1128 engine.mapSectionAddress((void *)record.m_host_address, in WriteData()
|