Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h463 RunScriptBasedCommand(const char *impl_function, llvm::StringRef args, in RunScriptBasedCommand() argument
479 virtual bool RunScriptFormatKeyword(const char *impl_function, in RunScriptFormatKeyword() argument
486 virtual bool RunScriptFormatKeyword(const char *impl_function, Thread *thread, in RunScriptFormatKeyword() argument
492 virtual bool RunScriptFormatKeyword(const char *impl_function, Target *target, in RunScriptFormatKeyword() argument
498 virtual bool RunScriptFormatKeyword(const char *impl_function, in RunScriptFormatKeyword() argument
505 virtual bool RunScriptFormatKeyword(const char *impl_function, in RunScriptFormatKeyword() argument
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h177 RunScriptBasedCommand(const char *impl_function, llvm::StringRef args,
223 bool RunScriptFormatKeyword(const char *impl_function, Process *process,
226 bool RunScriptFormatKeyword(const char *impl_function, Thread *thread,
229 bool RunScriptFormatKeyword(const char *impl_function, Target *target,
232 bool RunScriptFormatKeyword(const char *impl_function, StackFrame *frame,
235 bool RunScriptFormatKeyword(const char *impl_function, ValueObject *value,
H A DScriptInterpreterPython.cpp2502 if (!impl_function || !impl_function[0]) { in RunScriptFormatKeyword()
2520 const char *impl_function, Thread *thread, std::string &output, in RunScriptFormatKeyword() argument
2526 if (!impl_function || !impl_function[0]) { in RunScriptFormatKeyword()
2534 impl_function, m_dictionary_name.c_str(), in RunScriptFormatKeyword()
2544 const char *impl_function, Target *target, std::string &output, in RunScriptFormatKeyword() argument
2551 if (!impl_function || !impl_function[0]) { in RunScriptFormatKeyword()
2575 if (!impl_function || !impl_function[0]) { in RunScriptFormatKeyword()
2583 impl_function, m_dictionary_name.c_str(), in RunScriptFormatKeyword()
2600 if (!impl_function || !impl_function[0]) { in RunScriptFormatKeyword()
2854 const char *impl_function, llvm::StringRef args, in RunScriptBasedCommand() argument
[all …]