Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h271 JITTargetAddress NextAddr) { in mapAllocsToRemoteAddrs() argument
273 NextAddr = alignTo(NextAddr, Alloc.getAlign()); in mapAllocsToRemoteAddrs()
274 Dyld.mapSectionAddress(Alloc.getLocalAddress(), NextAddr); in mapAllocsToRemoteAddrs()
277 << " -> " << format("0x%016" PRIx64, NextAddr) << "\n"); in mapAllocsToRemoteAddrs()
278 Alloc.setRemoteAddress(NextAddr); in mapAllocsToRemoteAddrs()
282 if (NextAddr) in mapAllocsToRemoteAddrs()
283 NextAddr += Alloc.getSize(); in mapAllocsToRemoteAddrs()