Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.cpp30 FUNCNAME(DestroyRemoteAllocator); in getJITFuncIdName()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h237 class DestroyRemoteAllocator
238 : public rpc::Function<DestroyRemoteAllocator,
DOrcRemoteTargetServer.h71 addHandler<mem::DestroyRemoteAllocator>( in OrcRemoteTargetServer()
DOrcRemoteTargetClient.h834 if (auto Err = callB<mem::DestroyRemoteAllocator>(Id)) { in destroyRemoteAllocator()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h230 class DestroyRemoteAllocator
231 : public rpc::Function<DestroyRemoteAllocator,
DOrcRemoteTargetServer.h69 addHandler<mem::DestroyRemoteAllocator>( in OrcRemoteTargetServer()
DOrcRemoteTargetClient.h613 if (auto Err = callB<mem::DestroyRemoteAllocator>(Id)) { in destroyRemoteAllocator()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h145 DestroyRemoteAllocator; typedef
DOrcRemoteTargetServer.h81 return handle<DestroyRemoteAllocator>( in handleKnownFunction()
DOrcRemoteTargetClient.h706 if (auto Err = callST<DestroyRemoteAllocator>(Channel, Id)) { in destroyRemoteAllocator()