Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/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…
/openbsd/gnu/llvm/lldb/source/Target/
H A DThreadPlanStepInRange.cpp340 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 DStackFrameRecognizer.cpp111 ConstString function_name = symctx.GetFunctionName(); in GetRecognizerForFrame()
H A DAssertFrameRecognizer.cpp164 ConstString func_name = sym_ctx.GetFunctionName(); in RecognizeFrame()
H A DTraceDumper.cpp247 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 DSBFrame.h75 const char *GetFunctionName();
81 const char *GetFunctionName() const;
/openbsd/gnu/llvm/lldb/source/Expression/
H A DExpressionVariable.cpp55 jitted_function.m_name != execution_unit_sp->GetFunctionName() && in RegisterExecutionUnit()
/openbsd/gnu/llvm/lldb/examples/python/
H A Ddiagnose_unwind.py248 …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 DSBTypeSummary.cpp222 const char *fname = script_summary_ptr->GetFunctionName(); in GetData()
397 GetOptions(), current_summary_ptr->GetFunctionName(), in CopyOnWrite_Impl()
H A DSBFrame.cpp1138 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 DCommandObjectSource.cpp439 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 DCommandCompletions.cpp227 ConstString func_name = sc.GetFunctionName(Mangled::ePreferDemangled); in SearchCallback()
H A DCommandObjectCommands.cpp1099 const std::string &GetFunctionName() { return m_function_name; } in GetFunctionName() function in CommandObjectPythonFunction
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymbolContext.h280 ConstString GetFunctionName(
/openbsd/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp123 .GetFunctionName( in SearchCallback()
/openbsd/gnu/llvm/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h69 ConstString GetFunctionName() { return m_name; } in GetFunctionName() function
/openbsd/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h363 const char *GetFunctionName() const { return m_function_name.c_str(); } in GetFunctionName() function
/openbsd/gnu/llvm/lldb/source/Core/
H A DModule.cpp780 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 DDisassembler.cpp267 sc.GetFunctionName(Mangled::ePreferDemangledWithoutArguments) in ElideMixedSourceAndDisassemblyLine()
/openbsd/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp653 EmplaceSafeString(object, "name", frame.GetFunctionName()); in CreateSource()
762 const char *func_name = frame.GetFunctionName(); in CreateStackFrame()
/openbsd/gnu/llvm/lldb/utils/lui/
H A Dlldbutil.py709 return thread.GetFrameAtIndex(i).GetFunctionName()
/openbsd/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp229 if (sym_ctx.GetFunctionName() == g_select_symbol) { in SafeToCallFunctionsOnThisThread()
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py1025 return thread.GetFrameAtIndex(i).GetFunctionName()
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DSymbolContext.cpp650 SymbolContext::GetFunctionName(Mangled::NamePreference preference) const { in GetFunctionName() function in SymbolContext
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1804 auto GetFunctionName = [](Intrinsic::ID IID, ConstantInt *ElementSizeCI) { in makeStatepointExplicitImpl() local
1841 ->getOrInsertFunction(GetFunctionName(IID, ElementSizeCI), FTy); in makeStatepointExplicitImpl()

12