Searched refs:function_signature (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectWatchpointCommand.cpp | 414 std::string function_signature = m_options.m_function_name; in DoExecute() local 415 function_signature += "(frame, wp, internal_dict)"; in DoExecute() 417 wp_options, function_signature.c_str(), /*is_callback=*/true); in DoExecute()
|
| /src/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerExtFunctions.def | 13 // EXT_FUNC(<name>, <return_type>, <function_signature>, <warn_if_missing>)
|
| /src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 1177 std::string function_signature = function_name; in SetBreakpointCommandCallbackFunction() local 1192 function_signature += "(frame, bp_loc, extra_args, internal_dict)"; in SetBreakpointCommandCallbackFunction() 1200 function_signature += "(frame, bp_loc, internal_dict)"; in SetBreakpointCommandCallbackFunction() 1208 SetBreakpointCommandCallback(bp_options, function_signature.c_str(), in SetBreakpointCommandCallbackFunction()
|