Home
last modified time | relevance | path

Searched refs:EmitDecodeForParameters (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/tools/lldb-rpc/lldb-rpc-gen/server/
H A DRPCServerSourceEmitter.h50 void EmitDecodeForParameters(const Method &method);
H A DRPCServerSourceEmitter.cpp72 EmitDecodeForParameters(method); in EmitFunctionBody()
151 void RPCServerSourceEmitter::EmitDecodeForParameters(const Method &method) { in EmitDecodeForParameters() function in RPCServerSourceEmitter