| /freebsd-14.2/contrib/llvm-project/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()
|
| H A D | StackFrame.cpp | 1930 ConstString fn_name = m_sc.GetFunctionName(); in GetStatus()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBFrame.h | 84 const char *GetFunctionName(); 90 const char *GetFunctionName() const;
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBFrameDocstrings.i | 67 ) lldb::SBFrame::GetFunctionName;
|
| H A D | SBFrameExtensions.i | 69 …name = property(GetFunctionName, None, doc='''A read only property that retuns the name for the fu…
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Expression/ |
| H A D | ExpressionVariable.cpp | 61 jitted_function.m_name != execution_unit_sp->GetFunctionName() && in RegisterExecutionUnit()
|
| /freebsd-14.2/contrib/llvm-project/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 | 1201 const char *SBFrame::GetFunctionName() { in GetFunctionName() function in SBFrame 1204 return static_cast<const SBFrame *>(this)->GetFunctionName(); in GetFunctionName() 1228 const char *SBFrame::GetFunctionName() const { in GetFunctionName() function in SBFrame
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectSource.cpp | 432 sc.GetFunctionName().AsCString(), in DumpLinesInFunctions() 441 sc.GetFunctionName().AsCString()); in DumpLinesInFunctions() 778 source_info.function = sc.GetFunctionName(); in DisplayFunctionSource() 947 SourceInfo source_info(sc.GetFunctionName(), in DoExecute()
|
| H A D | CommandCompletions.cpp | 231 ConstString func_name = sc.GetFunctionName(Mangled::ePreferDemangled); in SearchCallback()
|
| H A D | CommandObjectCommands.cpp | 1092 const std::string &GetFunctionName() { return m_function_name; } in GetFunctionName() function in CommandObjectPythonFunction
|
| H A D | CommandObjectTarget.cpp | 3669 ConstString funcname(sc.GetFunctionName()); in DoExecute()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverFileRegex.cpp | 122 .GetFunctionName( in SearchCallback()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | SymbolContext.h | 275 ConstString GetFunctionName(
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | IRExecutionUnit.h | 69 ConstString GetFunctionName() { return m_name; } in GetFunctionName() function
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | Module.cpp | 775 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 D | Disassembler.cpp | 263 sc.GetFunctionName(Mangled::ePreferDemangledWithoutArguments) in ElideMixedSourceAndDisassemblyLine()
|
| H A D | IOHandlerCursesGUI.cpp | 6872 ConstString func_name = m_sc.GetFunctionName(); in WindowDelegateDraw()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | SymbolContext.cpp | 656 SymbolContext::GetFunctionName(Mangled::NamePreference preference) const { in GetFunctionName() function in SymbolContext
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 1783 auto GetFunctionName = [](Intrinsic::ID IID, ConstantInt *ElementSizeCI) { in makeStatepointExplicitImpl() local 1820 ->getOrInsertFunction(GetFunctionName(IID, ElementSizeCI), FTy); in makeStatepointExplicitImpl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 1214 auto GetFunctionName = [&]() { in checkFortifiedBuiltinMemoryFunction() local 1269 StringRef FunctionName = GetFunctionName(); in checkFortifiedBuiltinMemoryFunction() 1405 << GetFunctionName() << SpecifiedSizeStr in checkFortifiedBuiltinMemoryFunction() 1418 StringRef FunctionName = GetFunctionName(); in checkFortifiedBuiltinMemoryFunction()
|