Searched refs:mapSectionAddress (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectTransformLayer.h107 void mapSectionAddress(VModuleKey K, const void *LocalAddress, function in class:llvm::orc::LegacyObjectTransformLayer
109 BaseLayer.mapSectionAddress(K, LocalAddress, TargetAddr);
H A DRTDyldObjectLinkingLayer.h163 virtual void mapSectionAddress(const void *LocalAddress,
235 assert(PFC && "mapSectionAddress called on finalized LinkedObject");
284 void mapSectionAddress(const void *LocalAddress,
286 assert(PFC && "mapSectionAddress called on finalized LinkedObject");
287 assert(PFC->RTDyld && "mapSectionAddress called on raw LinkedObject");
288 PFC->RTDyld->mapSectionAddress(LocalAddress, TargetAddr);
453 void mapSectionAddress(VModuleKey K, const void *LocalAddress, function in namespace:llvm::orc
456 LinkedObjects[K]->mapSectionAddress(LocalAddress, TargetAddr);
H A DOrcRemoteTargetClient.h273 Dyld.mapSectionAddress(Alloc.getLocalAddress(), NextAddr);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h59 // MCJIT::mapSectionAddress, (in preparation for later copying to a new location
245 /// object have been relocated using mapSectionAddress. When this method is
276 /// mapSectionAddress - map a section to its target address space value.
280 void mapSectionAddress(const void *LocalAddress,
282 Dyld.mapSectionAddress(LocalAddress, TargetAddress);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h210 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
H A DExecutionEngine.h244 /// mapSectionAddress - map a section to its target address space value.
248 virtual void mapSectionAddress(const void *LocalAddress, function in class:llvm::ExecutionEngine
275 /// object have been relocated using mapSectionAddress. When this method is
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h338 void mapSectionAddress(const void *LocalAddress,
342 ObjectLayer.mapSectionAddress(P.first, LocalAddress, TargetAddress);
489 // mapSectionAddress calls appropriately.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp158 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress, function in class:llvm::RuntimeDyldImpl
1364 void RuntimeDyld::mapSectionAddress(const void *LocalAddress, function in class:llvm::RuntimeDyld
1366 Dyld->mapSectionAddress(LocalAddress, TargetAddress);
H A DRuntimeDyldImpl.h302 // won't be interleaved between modules. It is also used in mapSectionAddress
557 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp622 Dyld.mapSectionAddress(OldAddr, NewAddr);
702 Dyld.mapSectionAddress(CurEntry->MB.base(), NextSectionAddr);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp1192 engine.mapSectionAddress((void *)record.m_host_address,

Completed in 276 milliseconds