Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp170 m_interpreter.GetAlias(alias_full_name)->GetAliasExpansion(sstr); in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h344 const CommandAlias *GetAlias(llvm::StringRef alias_name) const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2152 CommandInterpreter::GetAlias(llvm::StringRef alias_name) const { in GetAlias() function in CommandInterpreter
2180 GetAlias(alias_name)->GetOptionArguments(); in BuildAliasCommandArgs()