Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A 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
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h173 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.cpp2326 if (!impl_function || !impl_function[0]) { in RunScriptFormatKeyword()
2344 const char *impl_function, Thread *thread, std::string &output, in RunScriptFormatKeyword() argument
2350 if (!impl_function || !impl_function[0]) { in RunScriptFormatKeyword()
2359 impl_function, m_dictionary_name.c_str(), in RunScriptFormatKeyword()
2369 const char *impl_function, Target *target, std::string &output, in RunScriptFormatKeyword() argument
2376 if (!impl_function || !impl_function[0]) { in RunScriptFormatKeyword()
2400 if (!impl_function || !impl_function[0]) { in RunScriptFormatKeyword()
2409 impl_function, m_dictionary_name.c_str(), in RunScriptFormatKeyword()
2426 if (!impl_function || !impl_function[0]) { in RunScriptFormatKeyword()
2680 const char *impl_function, llvm::StringRef args, in RunScriptBasedCommand() argument
[all …]