Searched refs:GetFunctionName (Results 1 - 19 of 19) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBFrame.h92 GetFunctionName();
99 GetFunctionName() const;
103 /// See also GetFunctionName().
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepInRange.cpp370 const char *frame_function_name = sc.GetFunctionName(Mangled::ePreferDemangledWithoutArguments).GetCString();
422 if (step_in_range_plan->m_step_into_target == sc.GetFunctionName())
429 const char *function_name = sc.GetFunctionName().AsCString();
438 sc.GetFunctionName().AsCString(),
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBTypeSummary.cpp228 const char* fname = script_summary_ptr->GetFunctionName();
416 current_summary_ptr->GetFunctionName(),
H A DSBFrame.cpp1558 SBFrame::GetFunctionName() function in class:SBFrame
1560 return static_cast<const SBFrame*>(this)->GetFunctionName();
1564 SBFrame::GetFunctionName() const function in class:SBFrame
1606 log->Printf ("SBFrame::GetFunctionName () => error: could not reconstruct frame object for this SBFrame.");
1612 log->Printf ("SBFrame::GetFunctionName() => error: process is running");
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbolContext.h330 GetFunctionName (Mangled::NamePreference preference = Mangled::ePreferDemangled) const;
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h538 GetFunctionName () const function in struct:lldb_private::ScriptSummaryFormat
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp175 ConstString full_name (sc.GetFunctionName());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectSource.cpp489 sc.GetFunctionName().AsCString(),
498 sc.GetFunctionName().AsCString());
940 source_info.function = sc.GetFunctionName();
1149 SourceInfo source_info (sc.GetFunctionName(),
H A DCommandCompletions.cpp689 ConstString func_name = sc.GetFunctionName(Mangled::ePreferDemangled);
H A DCommandObjectCommands.cpp1374 GetFunctionName () function in class:CommandObjectPythonFunction
H A DCommandObjectTarget.cpp3738 ConstString funcname(sc.GetFunctionName());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp400 const char *func_name = sc.GetFunctionName().GetCString();
461 const char *func_name = sc.GetFunctionName().GetCString();
H A DModule.cpp798 const char *func_name = sc.GetFunctionName().GetCString();
H A DIOHandler.cpp4794 ConstString func_name = m_sc.GetFunctionName();
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Go/
H A DGoUserExpression.cpp67 ConstString fname = ctx.GetFunctionName();
/freebsd-11.0-release/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebugSessionInfo.cpp623 const char *pFnName = rFrame.GetFunctionName();
H A DMICmnLLDBDebuggerHandleEvents.cpp1103 const char *pFnName = frame.GetFunctionName();
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolContext.cpp805 SymbolContext::GetFunctionName (Mangled::NamePreference preference) const function in class:SymbolContext
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2805 ConstString mangled_name = sc.GetFunctionName(Mangled::ePreferMangled);
2806 ConstString demangled_name = sc.GetFunctionName(Mangled::ePreferDemangled);

Completed in 195 milliseconds