Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/tools/lldb-rpc/lldb-rpc-gen/server/
H A DRPCServerSourceEmitter.cpp201 std::string FunctionPointerName; in CreateMethodCall() local
229 FunctionPointerName = Iter->Name; in CreateMethodCall()
236 Arg = "new CallbackInfo(" + FunctionPointerName + ", " + Iter->Name + in CreateMethodCall()