Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetRPCAPI.h170 : public shared::RPCFunction<RegisterEHFrames,
200 : public shared::RPCFunction<CallIntInt,
209 : public shared::RPCFunction<CallMain,
247 : public shared::RPCFunction<
255 : public shared::RPCFunction<
264 : public shared::RPCFunction<
273 : public shared::RPCFunction<WriteMem,
310 : public shared::RPCFunction<
342 : public shared::RPCFunction<
351 : public shared::RPCFunction<GetSymbolAddress,
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DOrcRPCTPCServer.h302 : public shared::RPCFunction<GetExecutorProcessInfo,
316 : public shared::RPCFunction<FinalizeMem,
323 : public shared::RPCFunction<ReleaseMem,
330 : public shared::RPCFunction<WriteUInt8s,
337 : public shared::RPCFunction<WriteUInt16s,
344 : public shared::RPCFunction<WriteUInt32s,
351 : public shared::RPCFunction<WriteUInt64s,
358 : public shared::RPCFunction<WriteBuffers,
372 : public shared::RPCFunction<LookupSymbols,
380 : public shared::RPCFunction<RunMain,
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DRPCUtils.h142 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)> {