Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h290 JITTargetAddress RemoteSegmentAddr, in copyAndProtect() argument
292 if (RemoteSegmentAddr) { in copyAndProtect()
312 << format("0x%016" PRIx64, RemoteSegmentAddr) in copyAndProtect()
314 if (Client.setProtections(Id, RemoteSegmentAddr, Permissions)) in copyAndProtect()