/freebsd/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 | 153 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 | 1922 ConstString fn_name = m_sc.GetFunctionName(); in GetStatus()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBFrame.h | 84 const char *GetFunctionName(); 90 const char *GetFunctionName() const; 98 /// See also GetFunctionName().
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBFrameDocstrings.i | 67 ) lldb::SBFrame::GetFunctionName;
|
H A D | SBFrameExtensions.i | 79 …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 D | ExpressionVariable.cpp | 61 jitted_function.m_name != execution_unit_sp->GetFunctionName() && in RegisterExecutionUnit()
|
/freebsd/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 | 1205 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 D | CommandObjectSource.cpp | 432 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 D | CommandCompletions.cpp | 233 ConstString func_name = sc.GetFunctionName(Mangled::ePreferDemangled); in SearchCallback()
|
H A D | CommandObjectCommands.cpp | 1048 const std::string &GetFunctionName() { return m_function_name; } in GetFunctionName() function in CommandObjectPythonFunction
|
H A D | CommandObjectTarget.cpp | 3596 ConstString funcname(sc.GetFunctionName()); in DoExecute()
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointResolverFileRegex.cpp | 122 .GetFunctionName( in SearchCallback()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | SymbolContext.h | 276 ConstString GetFunctionName(
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
H A D | IRExecutionUnit.h | 69 ConstString GetFunctionName() { return m_name; } in GetFunctionName() function
|
/freebsd/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/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/contrib/llvm-project/lldb/source/Symbol/ |
H A D | SymbolContext.cpp | 665 SymbolContext::GetFunctionName(Mangled::NamePreference preference) const { in GetFunctionName() function in SymbolContext
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 1784 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 D | SemaChecking.cpp | 1243 auto GetFunctionName = [&]() { in checkFortifiedBuiltinMemoryFunction() local 1298 StringRef FunctionName = GetFunctionName(); in checkFortifiedBuiltinMemoryFunction() 1434 << GetFunctionName() << SpecifiedSizeStr in checkFortifiedBuiltinMemoryFunction() 1447 StringRef FunctionName = GetFunctionName(); in checkFortifiedBuiltinMemoryFunction()
|