HomeSort by: relevance | last modified time | path
    Searched defs:LocalAddr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 419 void *LocalAddr = reinterpret_cast<void *>(static_cast<uintptr_t>(Addr));
421 << LocalAddr << " to "
425 return Allocator.setProtections(LocalAddr, Flags);
OrcRemoteTargetClient.h 232 uintptr_t LocalAddr = reinterpret_cast<uintptr_t>(Contents.get());
233 LocalAddr = alignTo(LocalAddr, Align);
234 return reinterpret_cast<char *>(LocalAddr);

Completed in 25 milliseconds