Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp167 m_interpreter.GetAlias(alias_full_name)->GetAliasExpansion(sstr); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h290 const CommandAlias *GetAlias(llvm::StringRef alias_name) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1918 CommandInterpreter::GetAlias(llvm::StringRef alias_name) const { in GetAlias() function in CommandInterpreter
1942 GetAlias(alias_name)->GetOptionArguments(); in BuildAliasCommandArgs()