Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DCommandObject.cpp401 if (entry->help_function) { in GetArgumentHelp()
402 llvm::StringRef help_text = entry->help_function(); in GetArgumentHelp()
403 if (!entry->help_function.self_formatting) { in GetArgumentHelp()
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandObject.h85 ArgumentHelpCallback help_function; member