Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp415 std::string function_signature = m_options.m_function_name; in DoExecute() local
416 function_signature += "(frame, wp, internal_dict)"; in DoExecute()
418 wp_options, function_signature.c_str(), /*is_callback=*/true); in DoExecute()
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerExtFunctions.def13 // EXT_FUNC(<name>, <return_type>, <function_signature>, <warn_if_missing>)
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1157 std::string function_signature = function_name; in SetBreakpointCommandCallbackFunction() local
1172 function_signature += "(frame, bp_loc, extra_args, internal_dict)"; in SetBreakpointCommandCallbackFunction()
1180 function_signature += "(frame, bp_loc, internal_dict)"; in SetBreakpointCommandCallbackFunction()
1188 SetBreakpointCommandCallback(bp_options, function_signature.c_str(), in SetBreakpointCommandCallbackFunction()