/openbsd/gnu/llvm/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…
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | ThreadPlanStepInRange.cpp | 340 sc.GetFunctionName(Mangled::ePreferDemangledWithoutArguments) in FrameMatchesAvoidCriteria() 382 if (step_in_range_plan->m_step_into_target == sc.GetFunctionName()) { in DefaultShouldStopHereCallback() 387 const char *function_name = sc.GetFunctionName().AsCString(); in DefaultShouldStopHereCallback() 398 sc.GetFunctionName().AsCString(), in DefaultShouldStopHereCallback()
|
H A D | StackFrameRecognizer.cpp | 111 ConstString function_name = symctx.GetFunctionName(); in GetRecognizerForFrame()
|
H A D | AssertFrameRecognizer.cpp | 164 ConstString func_name = sym_ctx.GetFunctionName(); in RecognizeFrame()
|
H A D | TraceDumper.cpp | 247 m_s << module_name << "`" << sc.GetFunctionName().AsCString(); in DumpUntracedContext() 379 ToOptionalString(item.symbol_info->sc.GetFunctionName().AsCString())); in DumpInstruction()
|
/openbsd/gnu/llvm/lldb/include/lldb/API/ |
H A D | SBFrame.h | 75 const char *GetFunctionName(); 81 const char *GetFunctionName() const;
|
/openbsd/gnu/llvm/lldb/source/Expression/ |
H A D | ExpressionVariable.cpp | 55 jitted_function.m_name != execution_unit_sp->GetFunctionName() && in RegisterExecutionUnit()
|
/openbsd/gnu/llvm/lldb/examples/python/ |
H A D | diagnose_unwind.py | 248 …print("Disassembly of %s, frame %d, address 0x%x" % (frame.GetFunctionName(), frame.GetFrameID(), … 284 … print("Unwind instructions for %s, frame %d" % (frame.GetFunctionName(), frame.GetFrameID()))
|
/openbsd/gnu/llvm/lldb/source/API/ |
H A D | SBTypeSummary.cpp | 222 const char *fname = script_summary_ptr->GetFunctionName(); in GetData() 397 GetOptions(), current_summary_ptr->GetFunctionName(), in CopyOnWrite_Impl()
|
H A D | SBFrame.cpp | 1138 const char *SBFrame::GetFunctionName() { in GetFunctionName() function in SBFrame 1141 return static_cast<const SBFrame *>(this)->GetFunctionName(); in GetFunctionName() 1165 const char *SBFrame::GetFunctionName() const { in GetFunctionName() function in SBFrame
|
/openbsd/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectSource.cpp | 439 sc.GetFunctionName().AsCString(), in DumpLinesInFunctions() 448 sc.GetFunctionName().AsCString()); in DumpLinesInFunctions() 786 source_info.function = sc.GetFunctionName(); in DisplayFunctionSource() 965 SourceInfo source_info(sc.GetFunctionName(), in DoExecute()
|
H A D | CommandCompletions.cpp | 227 ConstString func_name = sc.GetFunctionName(Mangled::ePreferDemangled); in SearchCallback()
|
H A D | CommandObjectCommands.cpp | 1099 const std::string &GetFunctionName() { return m_function_name; } in GetFunctionName() function in CommandObjectPythonFunction
|
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/ |
H A D | SymbolContext.h | 280 ConstString GetFunctionName(
|
/openbsd/gnu/llvm/lldb/source/Breakpoint/ |
H A D | BreakpointResolverFileRegex.cpp | 123 .GetFunctionName( in SearchCallback()
|
/openbsd/gnu/llvm/lldb/include/lldb/Expression/ |
H A D | IRExecutionUnit.h | 69 ConstString GetFunctionName() { return m_name; } in GetFunctionName() function
|
/openbsd/gnu/llvm/lldb/include/lldb/DataFormatters/ |
H A D | TypeSummary.h | 363 const char *GetFunctionName() const { return m_function_name.c_str(); } in GetFunctionName() function
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | Module.cpp | 780 NameMatchesLookupInfo(sc.GetFunctionName(), sc.GetLanguage()); in Prune() 800 ConstString mangled_name(sc.GetFunctionName(Mangled::ePreferMangled)); in Prune() 801 ConstString full_name(sc.GetFunctionName()); in Prune()
|
H A D | Disassembler.cpp | 267 sc.GetFunctionName(Mangled::ePreferDemangledWithoutArguments) in ElideMixedSourceAndDisassemblyLine()
|
/openbsd/gnu/llvm/lldb/tools/lldb-vscode/ |
H A D | JSONUtils.cpp | 653 EmplaceSafeString(object, "name", frame.GetFunctionName()); in CreateSource() 762 const char *func_name = frame.GetFunctionName(); in CreateStackFrame()
|
/openbsd/gnu/llvm/lldb/utils/lui/ |
H A D | lldbutil.py | 709 return thread.GetFrameAtIndex(i).GetFunctionName()
|
/openbsd/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/ |
H A D | SystemRuntimeMacOSX.cpp | 229 if (sym_ctx.GetFunctionName() == g_select_symbol) { in SafeToCallFunctionsOnThisThread()
|
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
H A D | lldbutil.py | 1025 return thread.GetFrameAtIndex(i).GetFunctionName()
|
/openbsd/gnu/llvm/lldb/source/Symbol/ |
H A D | SymbolContext.cpp | 650 SymbolContext::GetFunctionName(Mangled::NamePreference preference) const { in GetFunctionName() function in SymbolContext
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 1804 auto GetFunctionName = [](Intrinsic::ID IID, ConstantInt *ElementSizeCI) { in makeStatepointExplicitImpl() local 1841 ->getOrInsertFunction(GetFunctionName(IID, ElementSizeCI), FTy); in makeStatepointExplicitImpl()
|