Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/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.cpp153 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()
H A DStackFrame.cpp1922 ConstString fn_name = m_sc.GetFunctionName(); in GetStatus()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFrame.h84 const char *GetFunctionName();
90 const char *GetFunctionName() const;
98 /// See also GetFunctionName().
/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.cpp61 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()
397 GetOptions(), current_summary_ptr->GetFunctionName(), in CopyOnWrite_Impl()
H A DSBFrame.cpp1205 const char *SBFrame::GetFunctionName() { in GetFunctionName() function in SBFrame
1208 return static_cast<const SBFrame *>(this)->GetFunctionName(); in GetFunctionName()
1232 const char *SBFrame::GetFunctionName() const { in GetFunctionName() function in SBFrame
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp432 sc.GetFunctionName().AsCString(), in DumpLinesInFunctions()
441 sc.GetFunctionName().AsCString()); in DumpLinesInFunctions()
782 source_info.function = sc.GetFunctionName(); in DisplayFunctionSource()
951 SourceInfo source_info(sc.GetFunctionName(), in DoExecute()
H A DCommandCompletions.cpp233 ConstString func_name = sc.GetFunctionName(Mangled::ePreferDemangled); in SearchCallback()
H A DCommandObjectCommands.cpp1048 const std::string &GetFunctionName() { return m_function_name; } in GetFunctionName() function in CommandObjectPythonFunction
H A DCommandObjectTarget.cpp3596 ConstString funcname(sc.GetFunctionName()); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp122 .GetFunctionName( in SearchCallback()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContext.h276 ConstString GetFunctionName(
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h69 ConstString GetFunctionName() { return m_name; } in GetFunctionName() function
/freebsd/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/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp775 NameMatchesLookupInfo(sc.GetFunctionName(), sc.GetLanguage()); in Prune()
795 ConstString mangled_name(sc.GetFunctionName(Mangled::ePreferMangled)); in Prune()
796 ConstString full_name(sc.GetFunctionName()); in Prune()
H A DDisassembler.cpp263 sc.GetFunctionName(Mangled::ePreferDemangledWithoutArguments) in ElideMixedSourceAndDisassemblyLine()
H A DIOHandlerCursesGUI.cpp6872 ConstString func_name = m_sc.GetFunctionName(); in WindowDelegateDraw()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp665 SymbolContext::GetFunctionName(Mangled::NamePreference preference) const { in GetFunctionName() function in SymbolContext
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1784 auto GetFunctionName = [](Intrinsic::ID IID, ConstantInt *ElementSizeCI) { in makeStatepointExplicitImpl() local
1821 ->getOrInsertFunction(GetFunctionName(IID, ElementSizeCI), FTy); in makeStatepointExplicitImpl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp1243 auto GetFunctionName = [&]() { in checkFortifiedBuiltinMemoryFunction() local
1298 StringRef FunctionName = GetFunctionName(); in checkFortifiedBuiltinMemoryFunction()
1434 << GetFunctionName() << SpecifiedSizeStr in checkFortifiedBuiltinMemoryFunction()
1447 StringRef FunctionName = GetFunctionName(); in checkFortifiedBuiltinMemoryFunction()

12