Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h200 TargetAddress NextRODataAddr = ObjAllocs.RemoteRODataAddr; in notifyObjectLoaded() local
202 NextRODataAddr = alignTo(NextRODataAddr, Alloc.getAlign()); in notifyObjectLoaded()
203 Dyld.mapSectionAddress(Alloc.getLocalAddress(), NextRODataAddr); in notifyObjectLoaded()
206 << " -> " << format("0x%016x", NextRODataAddr) in notifyObjectLoaded()
208 Alloc.setRemoteAddress(NextRODataAddr); in notifyObjectLoaded()
209 NextRODataAddr += Alloc.getSize(); in notifyObjectLoaded()