Home
last modified time | relevance | path

Searched defs:impl_function (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h460 RunScriptBasedCommand(const char *impl_function, llvm::StringRef args, in RunScriptBasedCommand()
476 virtual bool RunScriptFormatKeyword(const char *impl_function, in RunScriptFormatKeyword()
483 virtual bool RunScriptFormatKeyword(const char *impl_function, Thread *thread, in RunScriptFormatKeyword()
489 virtual bool RunScriptFormatKeyword(const char *impl_function, Target *target, in RunScriptFormatKeyword()
495 virtual bool RunScriptFormatKeyword(const char *impl_function, in RunScriptFormatKeyword()
502 virtual bool RunScriptFormatKeyword(const char *impl_function, in RunScriptFormatKeyword()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2319 const char *impl_function, Process *process, std::string &output, in RunScriptFormatKeyword()
2344 const char *impl_function, Thread *thread, std::string &output, in RunScriptFormatKeyword()
2369 const char *impl_function, Target *target, std::string &output, in RunScriptFormatKeyword()
2394 const char *impl_function, StackFrame *frame, std::string &output, in RunScriptFormatKeyword()
2419 const char *impl_function, ValueObject *value, std::string &output, in RunScriptFormatKeyword()
2680 const char *impl_function, llvm::StringRef args, in RunScriptBasedCommand()