Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectWatchpointCommand.cpp300 m_function_name() in CommandOptions()
349 m_function_name.assign(option_arg); in SetOptionValue()
368 m_function_name.clear(); in OptionParsingStarting()
391 std::string m_function_name; member in CommandObjectWatchpointCommandAdd::CommandOptions
417 if (m_options.m_use_script_language == false && m_options.m_function_name.size()) in DoExecute()
461 else if (m_options.m_function_name.size()) in DoExecute()
463 std::string oneliner(m_options.m_function_name); in DoExecute()
HDCommandObjectBreakpointCommand.cpp314 m_function_name() in CommandOptions()
363 m_function_name.assign(option_arg); in SetOptionValue()
386 m_function_name.clear(); in OptionParsingStarting()
410 std::string m_function_name; member in CommandObjectBreakpointCommandAdd::CommandOptions
437 if (m_options.m_use_script_language == false && m_options.m_function_name.size()) in DoExecute()
490 else if (m_options.m_function_name.size()) in DoExecute()
493 … m_options.m_function_name.c_str()); in DoExecute()
HDCommandObjectCommands.cpp1337 std::string m_function_name; member in CommandObjectPythonFunction
1352 m_function_name(funct), in CommandObjectPythonFunction()
1380 return m_function_name; in GetFunctionName()
1398 … m_fetched_help_long = scripter->GetDocumentationForItem(m_function_name.c_str(),docstring); in GetHelpLong()
1416 if (!scripter || scripter->RunScriptBasedCommand(m_function_name.c_str(), in DoExecute()
HDCommandObjectTarget.cpp4924 m_function_name = option_arg; in SetOptionValue()
4976 m_function_name.clear(); in OptionParsingStarting()
4999 std::string m_function_name; member in CommandObjectTargetStopHookAdd::CommandOptions
5122 if (!m_options.m_function_name.empty()) in DoExecute()
5124 …specifier_ap->AddSpecification (m_options.m_function_name.c_str(), SymbolContextSpecifier::eFuncti… in DoExecute()
/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDTypeSummary.cpp215 m_function_name(), in ScriptSummaryFormat()
220 m_function_name.assign(function_name); in ScriptSummaryFormat()
237 m_function_name.c_str()); in FormatObject()
255 return script_interpreter->GetScriptedSummary(m_function_name.c_str(), in FormatObject()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/
HDClangUtilityFunction.h112 return m_function_name.c_str(); in FunctionName()
174 std::string m_function_name; ///< The name of the function. variable
/NextBSD/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
HDTypeSummary.h529 std::string m_function_name; member
540 return m_function_name.c_str(); in GetFunctionName()
553 m_function_name.assign(function_name); in SetFunctionName()
555 m_function_name.clear(); in SetFunctionName()
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangUtilityFunction.cpp50 m_function_name (name) in ClangUtilityFunction()
175 m_function_name.c_str(), in Install()