Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp132 std::string short_help; in GetDescription()
137 short_help); in GetDescription()
139 if (!short_help.empty()) in GetDescription()
140 s->PutCString(short_help.c_str()); in GetDescription()
134 std::string short_help; GetDescription() local
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp354 llvm::StringRef short_help = GetHelp(); in HelpTextContainsWord() local
358 if (search_short_help && short_help.contains_insensitive(search_word)) in HelpTextContainsWord()