Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h176 RunScriptBasedCommand(const char *impl_function, llvm::StringRef args,
222 bool RunScriptFormatKeyword(const char *impl_function, Process *process,
225 bool RunScriptFormatKeyword(const char *impl_function, Thread *thread,
228 bool RunScriptFormatKeyword(const char *impl_function, Target *target,
231 bool RunScriptFormatKeyword(const char *impl_function, StackFrame *frame,
234 bool RunScriptFormatKeyword(const char *impl_function, ValueObject *value,
DScriptInterpreterPython.cpp2625 const char *impl_function, Process *process, std::string &output, in RunScriptFormatKeyword() argument
2632 if (!impl_function || !impl_function[0]) { in RunScriptFormatKeyword()
2642 impl_function, m_dictionary_name.c_str(), process_sp, output); in RunScriptFormatKeyword()
2650 const char *impl_function, Thread *thread, std::string &output, in RunScriptFormatKeyword() argument
2657 if (!impl_function || !impl_function[0]) { in RunScriptFormatKeyword()
2667 impl_function, m_dictionary_name.c_str(), thread_sp, output); in RunScriptFormatKeyword()
2675 const char *impl_function, Target *target, std::string &output, in RunScriptFormatKeyword() argument
2682 if (!impl_function || !impl_function[0]) { in RunScriptFormatKeyword()
2692 impl_function, m_dictionary_name.c_str(), target_sp, output); in RunScriptFormatKeyword()
2700 const char *impl_function, StackFrame *frame, std::string &output, in RunScriptFormatKeyword() argument
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h460 RunScriptBasedCommand(const char *impl_function, llvm::StringRef args, in RunScriptBasedCommand() argument
476 virtual bool RunScriptFormatKeyword(const char *impl_function, in RunScriptFormatKeyword() argument
483 virtual bool RunScriptFormatKeyword(const char *impl_function, Thread *thread, in RunScriptFormatKeyword() argument
489 virtual bool RunScriptFormatKeyword(const char *impl_function, Target *target, in RunScriptFormatKeyword() argument
495 virtual bool RunScriptFormatKeyword(const char *impl_function, in RunScriptFormatKeyword() argument
502 virtual bool RunScriptFormatKeyword(const char *impl_function, in RunScriptFormatKeyword() argument