Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectHelp.cpp169 m_interpreter.GetAlias(alias_full_name)->GetAliasExpansion(sstr); in DoExecute()
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h295 const CommandAlias *GetAlias(llvm::StringRef alias_name) const;
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp1917 CommandInterpreter::GetAlias(llvm::StringRef alias_name) const { in GetAlias() function in CommandInterpreter
1941 GetAlias(alias_name)->GetOptionArguments(); in BuildAliasCommandArgs()