Home
last modified time | relevance | path

Searched refs:GetRawPart (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArgs.h368 const std::string &GetRawPart() const { return m_suffix; } in GetRawPart() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp363 code = args.GetRawPart(); in HandleCompletion()
592 llvm::StringRef expr = args.GetRawPart(); in DoExecute()
H A DCommandObjectDWIMPrint.cpp57 StringRef expr = args.GetRawPart(); in DoExecute()
H A DCommandObjectScripting.cpp89 command = raw_args.GetRawPart(); in DoExecute()
H A DCommandObjectPlatform.cpp1693 if (args.GetRawPart().empty()) { in DoExecute()
1699 llvm::StringRef cmd = args.GetRawPart(); in DoExecute()
H A DCommandObjectWatchpoint.cpp997 llvm::StringRef expr = args.GetRawPart(); in DoExecute()
H A DCommandObjectType.cpp2632 const char *name_of_type = args.GetRawPart().c_str(); in DoExecute()
H A DCommandObjectCommands.cpp391 llvm::StringRef raw_command_string = args_with_suffix.GetRawPart(); in DoExecute()