Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepInRange.cpp341 sc.GetFunctionName(Mangled::ePreferDemangledWithoutArguments) in FrameMatchesAvoidCriteria()
383 if (step_in_range_plan->m_step_into_target == sc.GetFunctionName()) { in DefaultShouldStopHereCallback()
388 const char *function_name = sc.GetFunctionName().AsCString(); in DefaultShouldStopHereCallback()
399 sc.GetFunctionName().AsCString(), in DefaultShouldStopHereCallback()
H A DThreadPlanShouldStopHere.cpp91 frame->GetFunctionName(), in DefaultShouldStopHereCallback()
144 frame->GetFunctionName(), in DefaultStepFromHereCallback()
H A DVerboseTrapFrameRecognizer.cpp35 ConstString frame_name = sc.GetFunctionName(); in FindMostRelevantFrame()
H A DAssertFrameRecognizer.cpp155 ConstString func_name = sym_ctx.GetFunctionName(); in RecognizeFrame()
H A DStackFrameRecognizer.cpp167 ConstString function_name = symctx.GetFunctionName(entry.symbol_mangling); in GetRecognizerForFrame()
H A DTraceDumper.cpp247 m_s << module_name << "`" << sc.GetFunctionName().AsCString(); in DumpUntracedContext()
379 ToOptionalString(item.symbol_info->sc.GetFunctionName().AsCString())); in DumpInstruction()
H A DStackFrame.cpp1284 const char *StackFrame::GetFunctionName() { in GetFunctionName() function in StackFrame
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFrame.h84 const char *GetFunctionName();
90 const char *GetFunctionName() const;
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBFrameDocstrings.i67 ) lldb::SBFrame::GetFunctionName;
H A DSBFrameExtensions.i79 …name = property(GetFunctionName, None, doc='''A read only property that retuns the name for the fu…
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DExpressionVariable.cpp62 jitted_function.m_name != execution_unit_sp->GetFunctionName() && in RegisterExecutionUnit()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeSummary.cpp222 const char *fname = script_summary_ptr->GetFunctionName(); in GetData()
414 GetOptions(), current_summary_ptr->GetFunctionName(), in CopyOnWrite_Impl()
H A DSBFrame.cpp1222 const char *SBFrame::GetFunctionName() { in GetFunctionName() function in SBFrame
1225 return static_cast<const SBFrame *>(this)->GetFunctionName(); in GetFunctionName()
1249 const char *SBFrame::GetFunctionName() const { in GetFunctionName() function in SBFrame
1264 return frame->GetFunctionName(); in GetFunctionName()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp432 sc.GetFunctionName().AsCString(), in DumpLinesInFunctions()
441 sc.GetFunctionName().AsCString()); in DumpLinesInFunctions()
773 source_info.function = sc.GetFunctionName(); in DisplayFunctionSource()
943 SourceInfo source_info(sc.GetFunctionName(), in DoExecute()
H A DCommandCompletions.cpp238 ConstString func_name = sc.GetFunctionName(Mangled::ePreferDemangled); in SearchCallback()
H A DCommandObjectCommands.cpp1058 const std::string &GetFunctionName() { return m_function_name; } in GetFunctionName() function in CommandObjectPythonFunction
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp124 .GetFunctionName( in SearchCallback()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h421 const char *GetFunctionName();
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContext.h274 ConstString GetFunctionName(
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h70 ConstString GetFunctionName() { return m_name; } in GetFunctionName() function
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h389 const char *GetFunctionName() const { return m_function_name.c_str(); } in GetFunctionName() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp757 NameMatchesLookupInfo(sc.GetFunctionName(), sc.GetLanguage()); in Prune()
778 ConstString mangled_name(sc.GetFunctionName(Mangled::ePreferMangled)); in Prune()
779 ConstString full_name(sc.GetFunctionName()); in Prune()
H A DDisassembler.cpp272 sc.GetFunctionName(Mangled::ePreferDemangledWithoutArguments) in ElideMixedSourceAndDisassemblyLine()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp622 SymbolContext::GetFunctionName(Mangled::NamePreference preference) const { in GetFunctionName() function in SymbolContext
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1790 auto GetFunctionName = [](Intrinsic::ID IID, ConstantInt *ElementSizeCI) { in makeStatepointExplicitImpl() local
1827 ->getOrInsertFunction(GetFunctionName(IID, ElementSizeCI), FTy); in makeStatepointExplicitImpl()

12