Home
last modified time | relevance | path

Searched refs:m_function_name (Results 1 – 9 of 9) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Expression/
H A DUtilityFunction.cpp42 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-src/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp151 : TypeSummaryImpl(Kind::eScript, flags), m_function_name(), in ScriptSummaryFormat()
154 m_function_name.assign(function_name); in ScriptSummaryFormat()
180 m_function_name.c_str(), valobj->GetSP(), m_script_function_sp, options,
194 if (m_function_name.empty()) { in GetDescription()
197 sstr.PutCString(m_function_name); in GetDescription()
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp319 m_function_name.assign(std::string(option_arg)); in SetOptionValue()
336 m_function_name.clear(); in SetOptionValue()
353 std::string m_function_name; in GetDefinitions()
368 if (!m_options.m_function_name.empty()) {
413 else if (!m_options.m_function_name.empty()) { in DoExecute()
414 std::string function_signature = m_options.m_function_name; in DoExecute()
365 std::string m_function_name; global() member in CommandObjectWatchpointCommandAdd::CommandOptions
H A DCommandObjectCommands.cpp1033 : CommandObjectRaw(interpreter, name), m_function_name(funct), in SetOptionValue()
1048 const std::string &GetFunctionName() { return m_function_name; } in OptionParsingStarting()
1062 scripter->GetDocumentationForItem(m_function_name.c_str(), docstring);
1089 m_function_name.c_str(), raw_command_line, m_synchro,
1104 std::string m_function_name; in GetHelpLong()
1146 std::string m_function_name; global() member in CommandObjectPythonFunction
H A DCommandObjectTarget.cpp4759 m_function_name = std::string(option_arg); in DoExecute()
4811 m_function_name.clear(); in GetDefinitions()
4832 std::string m_function_name; in SetOptionValue()
5005 if (!m_options.m_function_name.empty()) { in CommandObjectTargetStopHookAdd()
5007 m_options.m_function_name.c_str(), in CommandObjectTargetStopHookAdd()
4932 std::string m_function_name; global() member in CommandObjectTargetStopHookAdd::CommandOptions
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Expression/
H A DUtilityFunction.h89 const char *FunctionName() override { return m_function_name.c_str(); } in FunctionName()
119 std::string m_function_name; variable
/freebsd-src/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h353 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-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h456 : m_function_name(std::move(function_name)),
471 std::string m_function_name;
478 std::string m_function_name; global() variable
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1322 : m_function_name(std::move(function_name)), in DebuggersRequestingInterruption()