Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DUtilityFunction.cpp42 m_function_text(std::move(text)), m_function_name(std::move(name)) {} in UtilityFunction()
80 std::string name(m_function_name); in MakeFunctionCaller()
97 "Error compiling " + m_function_name + " caller function:")); in MakeFunctionCaller()
109 "Error inserting " + m_function_name + " caller function:")); in MakeFunctionCaller()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp320 m_function_name.assign(std::string(option_arg)); in SetOptionValue()
337 m_function_name.clear(); in OptionParsingStarting()
354 std::string m_function_name; member in CommandObjectWatchpointCommandAdd::CommandOptions
369 if (!m_options.m_function_name.empty()) { in DoExecute()
414 else if (!m_options.m_function_name.empty()) { in DoExecute()
415 std::string function_signature = m_options.m_function_name; in DoExecute()
H A DCommandObjectCommands.cpp1043 : CommandObjectRaw(interpreter, name), m_function_name(funct), in CommandObjectPythonFunction()
1058 const std::string &GetFunctionName() { return m_function_name; } in GetFunctionName()
1072 scripter->GetDocumentationForItem(m_function_name.c_str(), docstring); in GetHelpLong()
1099 m_function_name.c_str(), raw_command_line, m_synchro, in DoExecute()
1114 std::string m_function_name; member in CommandObjectPythonFunction
H A DCommandObjectTarget.cpp4772 m_function_name = std::string(option_arg); in SetOptionValue()
4835 m_function_name.clear(); in OptionParsingStarting()
4857 std::string m_function_name; member in CommandObjectTargetStopHookAdd::CommandOptions
5030 if (!m_options.m_function_name.empty()) { in DoExecute()
5032 m_options.m_function_name.c_str(), in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp176 : TypeSummaryImpl(Kind::eScript, flags, ptr_match_depth), m_function_name(), in ScriptSummaryFormat()
180 m_function_name.assign(function_name); in ScriptSummaryFormat()
215 m_function_name.c_str(), valobj->GetSP(), m_script_function_sp, options, in FormatObject()
231 if (m_function_name.empty()) { in GetDescription()
234 sstr.PutCString(m_function_name); in GetDescription()
/freebsd/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/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h377 std::string m_function_name; member
389 const char *GetFunctionName() const { return m_function_name.c_str(); } in GetFunctionName()
395 m_function_name.assign(function_name); in SetFunctionName()
397 m_function_name.clear(); in SetFunctionName()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h468 : m_function_name(std::move(function_name)), in InterruptionReport()
483 std::string m_function_name; variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1490 : m_function_name(std::move(function_name)), in InterruptionReport()