Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h213 TargetAddress NextRWDataAddr = ObjAllocs.RemoteRWDataAddr; in notifyObjectLoaded() local
215 NextRWDataAddr = alignTo(NextRWDataAddr, Alloc.getAlign()); in notifyObjectLoaded()
216 Dyld.mapSectionAddress(Alloc.getLocalAddress(), NextRWDataAddr); in notifyObjectLoaded()
219 << " -> " << format("0x%016x", NextRWDataAddr) in notifyObjectLoaded()
221 Alloc.setRemoteAddress(NextRWDataAddr); in notifyObjectLoaded()
222 NextRWDataAddr += Alloc.getSize(); in notifyObjectLoaded()