Home
last modified time | relevance | path

Searched refs:GetAlias (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectHelp.cpp176 m_interpreter.GetAlias(alias_full_name)->GetAliasExpansion(sstr); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h243 const CommandAlias *GetAlias(llvm::StringRef alias_name) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1920 CommandInterpreter::GetAlias(llvm::StringRef alias_name) const { in GetAlias() function in CommandInterpreter
1944 GetAlias(alias_name)->GetOptionArguments(); in BuildAliasCommandArgs()