/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() 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()
|
/llvm-project/lldb/source/DataFormatters/ |
H A D | TypeSummary.cpp | 168 : TypeSummaryImpl(Kind::eScript, flags), m_function_name(), in FormatObject() 172 m_function_name.assign(function_name); in FormatObject() 207 m_function_name.c_str(), valobj->GetSP(), m_script_function_sp, options, 221 if (m_function_name.empty()) { 224 sstr.PutCString(m_function_name);
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectWatchpointCommand.cpp | 318 m_function_name.assign(std::string(option_arg)); in SetOptionValue() 335 m_function_name.clear(); in OptionParsingStarting() 352 std::string m_function_name; 367 if (!m_options.m_function_name.empty()) { in DoExecute() 412 else if (!m_options.m_function_name.empty()) { in DoExecute() 413 std::string function_signature = m_options.m_function_name; in DoExecute() 353 std::string m_function_name; global() member in CommandObjectWatchpointCommandAdd::CommandOptions
|
H A D | CommandObjectCommands.cpp | 1040 : CommandObjectRaw(interpreter, name), m_function_name(funct), in CommandObjectPythonFunction() 1055 const std::string &GetFunctionName() { return m_function_name; } in GetHelpLong() 1069 scripter->GetDocumentationForItem(m_function_name.c_str(), docstring); in HandleArgumentCompletion() 1096 m_function_name.c_str(), raw_command_line, m_synchro, in DoExecute() 1111 std::string m_function_name; 1104 std::string m_function_name; global() member in CommandObjectPythonFunction
|
H A D | CommandObjectTarget.cpp | 4743 m_function_name = std::string(option_arg); in SetOptionValue() 4795 m_function_name.clear(); in SetOptionValue() 4816 std::string m_function_name; in OptionParsingStarting() 4986 if (!m_options.m_function_name.empty()) { in DoExecute() 4988 m_options.m_function_name.c_str(), in DoExecute() 4832 std::string m_function_name; global() member in CommandObjectTargetStopHookAdd::CommandOptions
|
/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
|
/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | TypeSummary.h | 369 std::string m_function_name; in SetFunctionName() 380 const char *GetFunctionName() const { return m_function_name.c_str(); } in SetPythonScript() 386 m_function_name.assign(function_name); 388 m_function_name.clear(); in classof() 353 std::string m_function_name; global() member
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | Debugger.h | 464 : m_function_name(std::move(function_name)), 479 std::string m_function_name; 471 std::string m_function_name; global() variable
|
/llvm-project/lldb/source/Core/ |
H A D | Debugger.cpp | 1357 : m_function_name(std::move(function_name)), in GetDebuggerAtIndex()
|