| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanStepInRange.cpp | 341 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 D | ThreadPlanShouldStopHere.cpp | 91 frame->GetFunctionName(), in DefaultShouldStopHereCallback() 144 frame->GetFunctionName(), in DefaultStepFromHereCallback()
|
| H A D | VerboseTrapFrameRecognizer.cpp | 35 ConstString frame_name = sc.GetFunctionName(); in FindMostRelevantFrame()
|
| H A D | AssertFrameRecognizer.cpp | 155 ConstString func_name = sym_ctx.GetFunctionName(); in RecognizeFrame()
|
| H A D | StackFrameRecognizer.cpp | 167 ConstString function_name = symctx.GetFunctionName(entry.symbol_mangling); in GetRecognizerForFrame()
|
| 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 | 1284 const char *StackFrame::GetFunctionName() { in GetFunctionName() function in StackFrame
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBFrame.h | 84 const char *GetFunctionName(); 90 const char *GetFunctionName() const;
|
| /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 | 62 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() 414 GetOptions(), current_summary_ptr->GetFunctionName(), in CopyOnWrite_Impl()
|
| H A D | SBFrame.cpp | 1222 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 D | CommandObjectSource.cpp | 432 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 D | CommandCompletions.cpp | 238 ConstString func_name = sc.GetFunctionName(Mangled::ePreferDemangled); in SearchCallback()
|
| H A D | CommandObjectCommands.cpp | 1058 const std::string &GetFunctionName() { return m_function_name; } in GetFunctionName() function in CommandObjectPythonFunction
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverFileRegex.cpp | 124 .GetFunctionName( in SearchCallback()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | StackFrame.h | 421 const char *GetFunctionName();
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | SymbolContext.h | 274 ConstString GetFunctionName(
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | IRExecutionUnit.h | 70 ConstString GetFunctionName() { return m_name; } in GetFunctionName() function
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | TypeSummary.h | 389 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 | 757 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 D | Disassembler.cpp | 272 sc.GetFunctionName(Mangled::ePreferDemangledWithoutArguments) in ElideMixedSourceAndDisassemblyLine()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | SymbolContext.cpp | 622 SymbolContext::GetFunctionName(Mangled::NamePreference preference) const { in GetFunctionName() function in SymbolContext
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 1790 auto GetFunctionName = [](Intrinsic::ID IID, ConstantInt *ElementSizeCI) { in makeStatepointExplicitImpl() local 1827 ->getOrInsertFunction(GetFunctionName(IID, ElementSizeCI), FTy); in makeStatepointExplicitImpl()
|