HomeSort by relevance Sort by last modified time
    Searched refs:LocalAllocAddr (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 393 void *LocalAllocAddr = nullptr;
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));
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 384 void *LocalAllocAddr = nullptr;
385 if (auto Err = Allocator.allocate(LocalAllocAddr, Size, Align))
388 LLVM_DEBUG(dbgs() << " Allocator " << Id << " reserved " << LocalAllocAddr
393 reinterpret_cast<uintptr_t>(LocalAllocAddr));

Completed in 52 milliseconds