Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectHelp.cpp159 m_interpreter.GetAlias(alias_full_name)->GetAliasExpansion(sstr); in DoExecute()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h358 const CommandAlias *GetAlias(llvm::StringRef alias_name) const;
/freebsd-head/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp2165 CommandInterpreter::GetAlias(llvm::StringRef alias_name) const { in GetAlias() function in CommandInterpreter
2193 GetAlias(alias_name)->GetOptionArguments(); in BuildAliasCommandArgs()