Searched refs:callST (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetClient.h | 640 if (auto Err = callST<CreateRemoteAllocator>(Channel, Id)) in createRemoteMemoryManager() 651 if (auto Err = callST<CreateIndirectStubsOwner>(Channel, Id)) in createIndirectStubsManager() 664 if (auto Err = callST<EmitResolverBlock>(Channel)) in enableCompileCallbacks() 681 return callST<GetSymbolAddress>(Channel, Name); in getSymbolAddress() 687 Error terminateSession() { return callST<TerminateSession>(Channel); } in terminateSession() 692 if (auto RIOrErr = callST<GetRemoteInfo>(Channel)) { in OrcRemoteTargetClient() 702 return callST<RegisterEHFrames>(Channel, Addr, Size); in deregisterEHFrames() 706 if (auto Err = callST<DestroyRemoteAllocator>(Channel, Id)) { in destroyRemoteAllocator() 716 return callST<DestroyIndirectStubsOwner>(Channel, Id); in destroyIndirectStubsManager() 721 return callST<EmitIndirectStubs>(Channel, Id, NumStubsRequired); in emitIndirectStubs() [all …]
|
D | RPCUtils.h | 470 typename Func::ErrorReturn callST(ChannelT &C, const ArgTs &... Args) { in callST() function
|