Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h110 return candidate_type.GetScriptInterpreter()->FormatterCallbackFunction( in Matches()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h428 virtual bool FormatterCallbackFunction(const char *function_name, in FormatterCallbackFunction() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h205 bool FormatterCallbackFunction(const char *function_name,
H A DScriptInterpreterPython.cpp2070 bool ScriptInterpreterPythonImpl::FormatterCallbackFunction( in FormatterCallbackFunction() function in ScriptInterpreterPythonImpl