Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h80 Unmapped.back().CodeAllocs.back().getLocalAddress()); in allocateCodeSection()
93 Unmapped.back().RODataAllocs.back().getLocalAddress()); in allocateDataSection()
102 Unmapped.back().RWDataAllocs.back().getLocalAddress()); in allocateDataSection()
231 char *getLocalAddress() const { in getLocalAddress() function
274 Dyld.mapSectionAddress(Alloc.getLocalAddress(), NextAddr); in mapAllocsToRemoteAddrs()
276 dbgs() << " " << static_cast<void *>(Alloc.getLocalAddress()) in mapAllocsToRemoteAddrs()
297 << static_cast<void *>(Alloc.getLocalAddress()) in copyAndProtect()
302 if (Client.writeMem(Alloc.getRemoteAddress(), Alloc.getLocalAddress(), in copyAndProtect()