Searched refs:m_function_name (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | UtilityFunction.cpp | 47 m_function_text(std::move(text)), m_function_name(std::move(name)) {} in UtilityFunction() 75 std::string name(m_function_name); in MakeFunctionCaller() 93 m_function_name.c_str(), diagnostics.GetString().c_str()); in MakeFunctionCaller() 104 m_function_name.c_str(), diagnostics.GetString().c_str()); in MakeFunctionCaller()
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectWatchpointCommand.cpp | 317 CommandOptions() : Options(), m_one_liner(), m_function_name() {} in CommandOptions() 361 m_function_name.assign(std::string(option_arg)); in SetOptionValue() 378 m_function_name.clear(); in OptionParsingStarting() 395 std::string m_function_name; member in CommandObjectWatchpointCommandAdd::CommandOptions 410 if (!m_options.m_function_name.empty()) { in DoExecute() 454 else if (!m_options.m_function_name.empty()) { in DoExecute() 455 std::string oneliner(m_options.m_function_name); in DoExecute()
|
| H A D | CommandObjectCommands.cpp | 1036 : CommandObjectRaw(interpreter, name), m_function_name(funct), in CommandObjectPythonFunction() 1051 const std::string &GetFunctionName() { return m_function_name; } in GetFunctionName() 1065 scripter->GetDocumentationForItem(m_function_name.c_str(), docstring); in GetHelpLong() 1081 m_function_name.c_str(), raw_command_line, m_synchro, in DoExecute() 1098 std::string m_function_name; member in CommandObjectPythonFunction
|
| H A D | CommandObjectTarget.cpp | 4404 m_function_name = std::string(option_arg); in SetOptionValue() 4456 m_function_name.clear(); in OptionParsingStarting() 4477 std::string m_function_name; member in CommandObjectTargetStopHookAdd::CommandOptions 4650 if (!m_options.m_function_name.empty()) { in DoExecute() 4652 m_options.m_function_name.c_str(), in DoExecute()
|
| /freebsd-13.1/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-13.1/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()
|