Searched refs:RPCFunction (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | OrcRemoteTargetRPCAPI.h | 170 : public shared::RPCFunction<RegisterEHFrames, 178 : public shared::RPCFunction<DeregisterEHFrames, 192 : public shared::RPCFunction<CallIntVoid, int32_t(JITTargetAddress Addr)> { 200 : public shared::RPCFunction<CallIntInt, 209 : public shared::RPCFunction<CallMain, 219 : public shared::RPCFunction<CallVoidVoid, void(JITTargetAddress FnAddr)> { 231 : public shared::RPCFunction<CreateRemoteAllocator, 239 : public shared::RPCFunction<DestroyRemoteAllocator, 247 : public shared::RPCFunction< 255 : public shared::RPCFunction< [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
H A D | OrcRPCTPCServer.h | 283 : public shared::RPCFunction<GetTargetTriple, std::string()> { 288 class GetPageSize : public shared::RPCFunction<GetPageSize, uint64_t()> { 294 : public shared::RPCFunction<ReserveMem, Expected<ReserveMemResult>( 301 : public shared::RPCFunction<FinalizeMem, 308 : public shared::RPCFunction<ReleaseMem, 315 : public shared::RPCFunction<WriteUInt8s, 322 : public shared::RPCFunction<WriteUInt16s, 329 : public shared::RPCFunction<WriteUInt32s, 336 : public shared::RPCFunction<WriteUInt64s, 343 : public shared::RPCFunction<WriteBuffers, [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | RPCUtils.h | 142 template <typename DerivedFunc, typename FnT> class RPCFunction; variable 148 class RPCFunction<DerivedFunc, RetT(ArgTs...)> { 937 class OrcRPCInvalid : public RPCFunction<OrcRPCInvalid, void()> { 942 class OrcRPCResponse : public RPCFunction<OrcRPCResponse, void()> { 948 : public RPCFunction<OrcRPCNegotiate, FunctionIdT(std::string)> {
|