Home
last modified time | relevance | path

Searched refs:RemoteAddr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp248 ExecutorAddr RemoteAddr; in reserve() local
250 std::tie(RemoteAddr, SharedMemoryName) = std::move(*Result); in reserve()
313 {RemoteAddr, {LocalAddr, NumBytes, SharedMemoryId}}); in reserve()
316 OnReserved(ExecutorAddrRange(RemoteAddr, NumBytes)); in reserve()
H A DEPCGenericRTDyldMemoryManager.cpp306 Alloc.RemoteAddr = NextAddr; in mapAllocsToRemoteAddrs()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.h90 ExecutorAddr RemoteAddr; member