Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBFrame.i127 See also IsInlined().") GetFunctionName;
129 GetFunctionName();
135 GetFunctionName() const;
352 …name = property(GetFunctionName, None, doc='''A read only property that retuns the name for the fu…
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepInRange.cpp339 sc.GetFunctionName(Mangled::ePreferDemangledWithoutArguments) in FrameMatchesAvoidCriteria()
385 if (step_in_range_plan->m_step_into_target == sc.GetFunctionName()) { in DefaultShouldStopHereCallback()
390 const char *function_name = sc.GetFunctionName().AsCString(); in DefaultShouldStopHereCallback()
401 sc.GetFunctionName().AsCString(), in DefaultShouldStopHereCallback()
H A DStackFrameRecognizer.cpp111 ConstString function_name = symctx.GetFunctionName(); in GetRecognizerForFrame()
H A DAssertFrameRecognizer.cpp167 ConstString func_name = sym_ctx.GetFunctionName(); in RecognizeFrame()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFrame.h75 const char *GetFunctionName();
81 const char *GetFunctionName() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DExpressionVariable.cpp53 jitted_function.m_name != execution_unit_sp->GetFunctionName() && in RegisterExecutionUnit()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp1179 const char *SBFrame::GetFunctionName() { in GetFunctionName() function in SBFrame
1180 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBFrame, GetFunctionName); in GetFunctionName()
1182 return static_cast<const SBFrame *>(this)->GetFunctionName(); in GetFunctionName()
1206 const char *SBFrame::GetFunctionName() const { in GetFunctionName() function in SBFrame
1207 LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBFrame, GetFunctionName); in GetFunctionName()
1361 LLDB_REGISTER_METHOD(const char *, SBFrame, GetFunctionName, ()); in RegisterMethods()
1363 LLDB_REGISTER_METHOD_CONST(const char *, SBFrame, GetFunctionName, ()); in RegisterMethods()
H A DSBTypeSummary.cpp249 const char *fname = script_summary_ptr->GetFunctionName(); in GetData()
435 GetOptions(), current_summary_ptr->GetFunctionName(), in CopyOnWrite_Impl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp435 sc.GetFunctionName().AsCString(), in DumpLinesInFunctions()
444 sc.GetFunctionName().AsCString()); in DumpLinesInFunctions()
791 source_info.function = sc.GetFunctionName(); in DisplayFunctionSource()
978 SourceInfo source_info(sc.GetFunctionName(), in DoExecute()
H A DCommandCompletions.cpp225 ConstString func_name = sc.GetFunctionName(Mangled::ePreferDemangled); in SearchCallback()
H A DCommandObjectCommands.cpp1051 const std::string &GetFunctionName() { return m_function_name; } in GetFunctionName() function in CommandObjectPythonFunction
H A DCommandObjectTarget.cpp3324 ConstString funcname(sc.GetFunctionName()); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContext.h280 ConstString GetFunctionName(
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp123 .GetFunctionName( in SearchCallback()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h69 ConstString GetFunctionName() { return m_name; } in GetFunctionName() function
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h363 const char *GetFunctionName() const { return m_function_name.c_str(); } in GetFunctionName() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp744 ConstString full_name(sc.GetFunctionName()); in Prune()
766 ConstString mangled_name(sc.GetFunctionName(Mangled::ePreferMangled)); in Prune()
767 ConstString full_name(sc.GetFunctionName()); in Prune()
H A DDisassembler.cpp268 sc.GetFunctionName(Mangled::ePreferDemangledWithoutArguments) in ElideMixedSourceAndDisassemblyLine()
H A DIOHandlerCursesGUI.cpp5324 ConstString func_name = m_sc.GetFunctionName(); in WindowDelegateDraw()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp654 SymbolContext::GetFunctionName(Mangled::NamePreference preference) const { in GetFunctionName() function in SymbolContext
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1675 auto GetFunctionName = [](Intrinsic::ID IID, ConstantInt *ElementSizeCI) { in makeStatepointExplicitImpl() local
1712 ->getOrInsertFunction(GetFunctionName(IID, ElementSizeCI), FTy) in makeStatepointExplicitImpl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp476 ConstString name = sc.GetFunctionName(); in SkipPrologue()
3617 const ConstString func_name = sym_ctx.GetFunctionName(); in GetKernelCoordinate()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp26793 result = (char *)(arg1)->GetFunctionName(); in _wrap_SBFrame_GetFunctionName__SWIG_0()
26841 result = (char *)((lldb::SBFrame const *)arg1)->GetFunctionName(); in _wrap_SBFrame_GetFunctionName__SWIG_1()