Home
last modified time | relevance | path

Searched refs:help_function (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandObject.cpp393 if (entry->help_function) { in GetArgumentHelp()
394 llvm::StringRef help_text = entry->help_function(); in GetArgumentHelp()
395 if (!entry->help_function.self_formatting) { in GetArgumentHelp()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandObject.h88 ArgumentHelpCallback help_function; member