Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h110 return candidate_type.GetScriptInterpreter()->FormatterCallbackFunction( in Matches()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h413 virtual bool FormatterCallbackFunction(const char *function_name, in FormatterCallbackFunction() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h202 bool FormatterCallbackFunction(const char *function_name,
H A DScriptInterpreterPython.cpp2004 bool ScriptInterpreterPythonImpl::FormatterCallbackFunction( in FormatterCallbackFunction() function in ScriptInterpreterPythonImpl