Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h188 TargetAddress NextCodeAddr = ObjAllocs.RemoteCodeAddr; in notifyObjectLoaded() local
190 NextCodeAddr = alignTo(NextCodeAddr, Alloc.getAlign()); in notifyObjectLoaded()
191 Dyld.mapSectionAddress(Alloc.getLocalAddress(), NextCodeAddr); in notifyObjectLoaded()
194 << " -> " << format("0x%016x", NextCodeAddr) << "\n"); in notifyObjectLoaded()
195 Alloc.setRemoteAddress(NextCodeAddr); in notifyObjectLoaded()
196 NextCodeAddr += Alloc.getSize(); in notifyObjectLoaded()