| /freebsd-14.2/contrib/llvm-project/lldb/source/Expression/ |
| H A D | UtilityFunction.cpp | 42 m_function_text(std::move(text)), m_function_name(std::move(name)) {} in UtilityFunction() 79 std::string name(m_function_name); in MakeFunctionCaller() 97 m_function_name.c_str(), diagnostics.GetString().c_str()); in MakeFunctionCaller() 108 m_function_name.c_str(), diagnostics.GetString().c_str()); in MakeFunctionCaller()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeSummary.cpp | 148 : TypeSummaryImpl(Kind::eScript, flags), m_function_name(), in ScriptSummaryFormat() 151 m_function_name.assign(function_name); in ScriptSummaryFormat() 177 m_function_name.c_str(), valobj->GetSP(), m_script_function_sp, options, in FormatObject() 191 if (m_function_name.empty()) { in GetDescription() 194 sstr.PutCString(m_function_name); in GetDescription()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectWatchpointCommand.cpp | 331 m_function_name.assign(std::string(option_arg)); in SetOptionValue() 348 m_function_name.clear(); in OptionParsingStarting() 365 std::string m_function_name; member in CommandObjectWatchpointCommandAdd::CommandOptions 380 if (!m_options.m_function_name.empty()) { in DoExecute() 425 else if (!m_options.m_function_name.empty()) { in DoExecute() 426 std::string function_signature = m_options.m_function_name; in DoExecute()
|
| H A D | CommandObjectCommands.cpp | 1077 : CommandObjectRaw(interpreter, name), m_function_name(funct), in CommandObjectPythonFunction() 1092 const std::string &GetFunctionName() { return m_function_name; } in GetFunctionName() 1106 scripter->GetDocumentationForItem(m_function_name.c_str(), docstring); in GetHelpLong() 1131 m_function_name.c_str(), raw_command_line, m_synchro, in DoExecute() 1146 std::string m_function_name; member in CommandObjectPythonFunction
|
| H A D | CommandObjectTarget.cpp | 4859 m_function_name = std::string(option_arg); in SetOptionValue() 4911 m_function_name.clear(); in OptionParsingStarting() 4932 std::string m_function_name; member in CommandObjectTargetStopHookAdd::CommandOptions 5105 if (!m_options.m_function_name.empty()) { in DoExecute() 5107 m_options.m_function_name.c_str(), in DoExecute()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | UtilityFunction.h | 89 const char *FunctionName() override { return m_function_name.c_str(); } in FunctionName() 119 std::string m_function_name; variable
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | TypeSummary.h | 353 std::string m_function_name; member 363 const char *GetFunctionName() const { return m_function_name.c_str(); } in GetFunctionName() 369 m_function_name.assign(function_name); in SetFunctionName() 371 m_function_name.clear(); in SetFunctionName()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 463 : m_function_name(std::move(function_name)), in InterruptionReport() 478 std::string m_function_name; variable
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | Debugger.cpp | 1308 : m_function_name(std::move(function_name)), in InterruptionReport()
|