Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h475 RunScriptBasedCommand(const char *impl_function, llvm::StringRef args, in RunScriptBasedCommand()
491 virtual bool RunScriptFormatKeyword(const char *impl_function, in RunScriptFormatKeyword()
498 virtual bool RunScriptFormatKeyword(const char *impl_function, Thread *thread, in RunScriptFormatKeyword()
504 virtual bool RunScriptFormatKeyword(const char *impl_function, Target *target, in RunScriptFormatKeyword()
510 virtual bool RunScriptFormatKeyword(const char *impl_function, in RunScriptFormatKeyword()
517 virtual bool RunScriptFormatKeyword(const char *impl_function, in RunScriptFormatKeyword()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2394 const char *impl_function, Process *process, std::string &output, in RunScriptFormatKeyword()
2419 const char *impl_function, Thread *thread, std::string &output, in RunScriptFormatKeyword()
2443 const char *impl_function, Target *target, std::string &output, in RunScriptFormatKeyword()
2468 const char *impl_function, StackFrame *frame, std::string &output, in RunScriptFormatKeyword()
2492 const char *impl_function, ValueObject *value, std::string &output, in RunScriptFormatKeyword()
2753 const char *impl_function, llvm::StringRef args, in RunScriptBasedCommand()