Home
last modified time | relevance | path

Searched refs:mapSectionAddress (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h279 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 DRuntimeDyld.h214 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
H A DExecutionEngine.h245 virtual void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DMCJITDesignAndImplementation.rst131 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 DRuntimeDyld.cpp158 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 DRuntimeDyldImpl.h555 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp623 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 DOrcRemoteTargetClient.h274 Dyld.mapSectionAddress(Alloc.getLocalAddress(), NextAddr); in mapAllocsToRemoteAddrs()