Searched refs:LocalAllocAddr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetServer.h393 void *LocalAllocAddr = nullptr; local
394 if (auto Err = Allocator.allocate(LocalAllocAddr, Size, Align))
397 DEBUG(dbgs() << " Allocator " << Id << " reserved " << LocalAllocAddr
401 static_cast<TargetAddress>(reinterpret_cast<uintptr_t>(LocalAllocAddr));

Completed in 59 milliseconds