Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h383 void *LocalAllocAddr = nullptr; in handleReserveMem() local
384 if (auto Err = Allocator.allocate(LocalAllocAddr, Size, Align)) in handleReserveMem()
387 LLVM_DEBUG(dbgs() << " Allocator " << Id << " reserved " << LocalAllocAddr in handleReserveMem()
392 reinterpret_cast<uintptr_t>(LocalAllocAddr)); in handleReserveMem()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h397 void *LocalAllocAddr = nullptr; in handleReserveMem() local
398 if (auto Err = Allocator.allocate(LocalAllocAddr, Size, Align)) in handleReserveMem()
401 LLVM_DEBUG(dbgs() << " Allocator " << Id << " reserved " << LocalAllocAddr in handleReserveMem()
406 reinterpret_cast<uintptr_t>(LocalAllocAddr)); in handleReserveMem()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h393 void *LocalAllocAddr = nullptr; in handleReserveMem() local
394 if (auto Err = Allocator.allocate(LocalAllocAddr, Size, Align)) in handleReserveMem()
397 DEBUG(dbgs() << " Allocator " << Id << " reserved " << LocalAllocAddr in handleReserveMem()
401 static_cast<TargetAddress>(reinterpret_cast<uintptr_t>(LocalAllocAddr)); in handleReserveMem()