| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ThreadPlanStepInRange.cpp | 363 sc.GetFunctionName(Mangled::ePreferDemangledWithoutArguments) in FrameMatchesAvoidCriteria() 417 if (step_in_range_plan->m_step_into_target == sc.GetFunctionName()) { in DefaultShouldStopHereCallback() 422 const char *function_name = sc.GetFunctionName().AsCString(); in DefaultShouldStopHereCallback() 432 sc.GetFunctionName().AsCString(), in DefaultShouldStopHereCallback()
|
| H A D | StackFrameRecognizer.cpp | 95 ConstString function_name = symctx.GetFunctionName(); in GetRecognizerForFrame()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBFrame.h | 74 const char *GetFunctionName(); 80 const char *GetFunctionName() const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBTypeSummary.cpp | 186 const char *fname = script_summary_ptr->GetFunctionName(); in GetData() 339 GetOptions(), current_summary_ptr->GetFunctionName(), in CopyOnWrite_Impl()
|
| H A D | SBFrame.cpp | 1380 const char *SBFrame::GetFunctionName() { in GetFunctionName() function in SBFrame 1381 return static_cast<const SBFrame *>(this)->GetFunctionName(); in GetFunctionName() 1403 const char *SBFrame::GetFunctionName() const { in GetFunctionName() function in SBFrame
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | ExpressionVariable.cpp | 55 jitted_function.m_name != execution_unit_sp->GetFunctionName() && in RegisterExecutionUnit()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectSource.cpp | 463 sc.GetFunctionName().AsCString(), in DumpLinesInFunctions() 472 sc.GetFunctionName().AsCString()); in DumpLinesInFunctions() 821 source_info.function = sc.GetFunctionName(); in DisplayFunctionSource() 1014 SourceInfo source_info(sc.GetFunctionName(), in DoExecute()
|
| H A D | CommandCompletions.cpp | 478 ConstString func_name = sc.GetFunctionName(Mangled::ePreferDemangled); in SearchCallback()
|
| H A D | CommandObjectCommands.cpp | 1254 const std::string &GetFunctionName() { return m_function_name; } in GetFunctionName() function in CommandObjectPythonFunction
|
| H A D | CommandObjectTarget.cpp | 3489 ConstString funcname(sc.GetFunctionName()); in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverFileRegex.cpp | 129 .GetFunctionName( in SearchCallback()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | SymbolContext.h | 328 ConstString GetFunctionName(
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| H A D | IRExecutionUnit.h | 76 ConstString GetFunctionName() { return m_name; } in GetFunctionName() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| H A D | TypeSummary.h | 363 const char *GetFunctionName() const { return m_function_name.c_str(); } in GetFunctionName() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Module.cpp | 746 ConstString full_name(sc.GetFunctionName()); in Prune() 768 ConstString mangled_name(sc.GetFunctionName(Mangled::ePreferMangled)); in Prune() 769 ConstString full_name(sc.GetFunctionName()); in Prune()
|
| H A D | Disassembler.cpp | 357 sc.GetFunctionName(Mangled::ePreferDemangledWithoutArguments) in ElideMixedSourceAndDisassemblyLine()
|
| H A D | IOHandler.cpp | 3893 ConstString func_name = m_sc.GetFunctionName(); in WindowDelegateDraw()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | MICmnLLDBDebugSessionInfo.cpp | 642 const char *pFnName = rFrame.GetFunctionName(); in GetFrameInfo()
|
| H A D | MICmnLLDBDebuggerHandleEvents.cpp | 1158 const char *pFnName = frame.GetFunctionName(); in HandleProcessEventStopSignal()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | SymbolContext.cpp | 686 SymbolContext::GetFunctionName(Mangled::NamePreference preference) const { in GetFunctionName() function in SymbolContext
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 489 ConstString name = sc.GetFunctionName(); in SkipPrologue() 3720 const ConstString func_name = sym_ctx.GetFunctionName(); in GetKernelCoordinate()
|