Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.cpp27 FUNCNAME(CreateRemoteAllocator); in getJITFuncIdName()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h229 class CreateRemoteAllocator
230 : public rpc::Function<CreateRemoteAllocator,
DOrcRemoteTargetClient.h752 if (auto Err = callB<mem::CreateRemoteAllocator>(Id)) in createRemoteMemoryManager()
763 if (auto Err = callB<mem::CreateRemoteAllocator>(Id)) in createRemoteJITLinkMemoryManager()
DOrcRemoteTargetServer.h69 addHandler<mem::CreateRemoteAllocator>(*this, in OrcRemoteTargetServer()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h222 class CreateRemoteAllocator
223 : public rpc::Function<CreateRemoteAllocator,
DOrcRemoteTargetServer.h67 addHandler<mem::CreateRemoteAllocator>(*this, in OrcRemoteTargetServer()
DOrcRemoteTargetClient.h543 if (auto Err = callB<mem::CreateRemoteAllocator>(Id)) in createRemoteMemoryManager()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h133 CreateRemoteAllocator; typedef
DOrcRemoteTargetServer.h72 return handle<CreateRemoteAllocator>(Channel, *this, in handleKnownFunction()
DOrcRemoteTargetClient.h640 if (auto Err = callST<CreateRemoteAllocator>(Channel, Id)) in createRemoteMemoryManager()