Home
last modified time | relevance | path

Searched refs:GetFunctionName (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepInRange.cpp363 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 DStackFrameRecognizer.cpp95 ConstString function_name = symctx.GetFunctionName(); in GetRecognizerForFrame()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBFrame.h74 const char *GetFunctionName();
80 const char *GetFunctionName() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeSummary.cpp186 const char *fname = script_summary_ptr->GetFunctionName(); in GetData()
339 GetOptions(), current_summary_ptr->GetFunctionName(), in CopyOnWrite_Impl()
H A DSBFrame.cpp1380 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 DExpressionVariable.cpp55 jitted_function.m_name != execution_unit_sp->GetFunctionName() && in RegisterExecutionUnit()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectSource.cpp463 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 DCommandCompletions.cpp478 ConstString func_name = sc.GetFunctionName(Mangled::ePreferDemangled); in SearchCallback()
H A DCommandObjectCommands.cpp1254 const std::string &GetFunctionName() { return m_function_name; } in GetFunctionName() function in CommandObjectPythonFunction
H A DCommandObjectTarget.cpp3489 ConstString funcname(sc.GetFunctionName()); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp129 .GetFunctionName( in SearchCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbolContext.h328 ConstString GetFunctionName(
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h76 ConstString GetFunctionName() { return m_name; } in GetFunctionName() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h363 const char *GetFunctionName() const { return m_function_name.c_str(); } in GetFunctionName() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp746 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 DDisassembler.cpp357 sc.GetFunctionName(Mangled::ePreferDemangledWithoutArguments) in ElideMixedSourceAndDisassemblyLine()
H A DIOHandler.cpp3893 ConstString func_name = m_sc.GetFunctionName(); in WindowDelegateDraw()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebugSessionInfo.cpp642 const char *pFnName = rFrame.GetFunctionName(); in GetFrameInfo()
H A DMICmnLLDBDebuggerHandleEvents.cpp1158 const char *pFnName = frame.GetFunctionName(); in HandleProcessEventStopSignal()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolContext.cpp686 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 DRenderScriptRuntime.cpp489 ConstString name = sc.GetFunctionName(); in SkipPrologue()
3720 const ConstString func_name = sym_ctx.GetFunctionName(); in GetKernelCoordinate()