| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBFrame.i | 127 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 D | ThreadPlanStepInRange.cpp | 339 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 D | StackFrameRecognizer.cpp | 111 ConstString function_name = symctx.GetFunctionName(); in GetRecognizerForFrame()
|
| H A D | AssertFrameRecognizer.cpp | 167 ConstString func_name = sym_ctx.GetFunctionName(); in RecognizeFrame()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBFrame.h | 75 const char *GetFunctionName(); 81 const char *GetFunctionName() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | ExpressionVariable.cpp | 53 jitted_function.m_name != execution_unit_sp->GetFunctionName() && in RegisterExecutionUnit()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBFrame.cpp | 1179 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 D | SBTypeSummary.cpp | 249 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 D | CommandObjectSource.cpp | 435 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 D | CommandCompletions.cpp | 225 ConstString func_name = sc.GetFunctionName(Mangled::ePreferDemangled); in SearchCallback()
|
| H A D | CommandObjectCommands.cpp | 1051 const std::string &GetFunctionName() { return m_function_name; } in GetFunctionName() function in CommandObjectPythonFunction
|
| H A D | CommandObjectTarget.cpp | 3324 ConstString funcname(sc.GetFunctionName()); in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | SymbolContext.h | 280 ConstString GetFunctionName(
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverFileRegex.cpp | 123 .GetFunctionName( in SearchCallback()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | IRExecutionUnit.h | 69 ConstString GetFunctionName() { return m_name; } in GetFunctionName() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | TypeSummary.h | 363 const char *GetFunctionName() const { return m_function_name.c_str(); } in GetFunctionName() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Module.cpp | 744 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 D | Disassembler.cpp | 268 sc.GetFunctionName(Mangled::ePreferDemangledWithoutArguments) in ElideMixedSourceAndDisassemblyLine()
|
| H A D | IOHandlerCursesGUI.cpp | 5324 ConstString func_name = m_sc.GetFunctionName(); in WindowDelegateDraw()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | SymbolContext.cpp | 654 SymbolContext::GetFunctionName(Mangled::NamePreference preference) const { in GetFunctionName() function in SymbolContext
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 1675 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 D | RenderScriptRuntime.cpp | 476 ConstString name = sc.GetFunctionName(); in SkipPrologue() 3617 const ConstString func_name = sym_ctx.GetFunctionName(); in GetKernelCoordinate()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 26793 result = (char *)(arg1)->GetFunctionName(); in _wrap_SBFrame_GetFunctionName__SWIG_0() 26841 result = (char *)((lldb::SBFrame const *)arg1)->GetFunctionName(); in _wrap_SBFrame_GetFunctionName__SWIG_1()
|