Searched refs:mapSectionAddress (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.h | 279 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function 281 Dyld.mapSectionAddress(LocalAddress, TargetAddress); in mapSectionAddress()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/ |
H A D | RuntimeDyld.h | 214 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
|
H A D | ExecutionEngine.h | 245 virtual void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyld.cpp | 158 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function in llvm::RuntimeDyldImpl 1376 void RuntimeDyld::mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function in llvm::RuntimeDyld 1378 Dyld->mapSectionAddress(LocalAddress, TargetAddress); in mapSectionAddress()
|
H A D | RuntimeDyldImpl.h | 555 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/ |
H A D | llvm-rtdyld.cpp | 623 Dyld.mapSectionAddress(OldAddr, NewAddr); in applySpecificSectionMappings() 703 Dyld.mapSectionAddress(CurEntry->MB.base(), NextSectionAddr); in remapSectionsAndSymbols()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | OrcRemoteTargetClient.h | 274 Dyld.mapSectionAddress(Alloc.getLocalAddress(), NextAddr); in mapAllocsToRemoteAddrs()
|