Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Target/
HDThreadPlanStepInRange.cpp316 const char *frame_function_name = sc.GetFunctionName().GetCString(); in FrameMatchesAvoidCriteria()
374 if (step_in_range_plan->m_step_into_target == sc.GetFunctionName()) in DefaultShouldStopHereCallback()
381 const char *function_name = sc.GetFunctionName().AsCString(); in DefaultShouldStopHereCallback()
390 sc.GetFunctionName().AsCString(), in DefaultShouldStopHereCallback()
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBTypeSummary.cpp120 const char* fname = script_summary_ptr->GetFunctionName(); in GetData()
292 current_summary_ptr->GetFunctionName(), in CopyOnWrite_Impl()
HDSBFrame.cpp1476 SBFrame::GetFunctionName() in GetFunctionName() function in SBFrame
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBFrame.h89 GetFunctionName();
/trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDSymbolContext.h288 GetFunctionName (Mangled::NamePreference preference = Mangled::ePreferDemangled) const;
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectSource.cpp363 source_info.function = sc.GetFunctionName(); in DisplayFunctionSource()
572 SourceInfo source_info (sc.GetFunctionName(), in DoExecute()
HDCommandCompletions.cpp697 ConstString func_name = sc.GetFunctionName(Mangled::ePreferDemangled); in SearchCallback()
HDCommandObjectCommands.cpp1317 GetFunctionName () in GetFunctionName() function in CommandObjectPythonFunction
HDCommandObjectTarget.cpp3696 ConstString funcname(sc.GetFunctionName()); in DoExecute()
/trueos/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
HDTypeSummary.h483 GetFunctionName () const in GetFunctionName() function
/trueos/contrib/llvm/tools/lldb/source/Breakpoint/
HDBreakpointResolverName.cpp163 ConstString full_name (sc.GetFunctionName()); in Prune()
/trueos/contrib/llvm/tools/lldb/source/Core/
HDModuleList.cpp376 const char *func_name = sc.GetFunctionName().GetCString(); in FindFunctions()
436 const char *func_name = sc.GetFunctionName().GetCString(); in FindFunctionSymbols()
HDModule.cpp719 const char *func_name = sc.GetFunctionName().GetCString(); in FindFunctions()
/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDSymbolContext.cpp595 SymbolContext::GetFunctionName (Mangled::NamePreference preference) const in GetFunctionName() function in SymbolContext
/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp3813 ConstString mangled_name = sc.GetFunctionName(Mangled::ePreferMangled); in FindFunctions()
3814 … ConstString demangled_name = sc.GetFunctionName(Mangled::ePreferDemangled); in FindFunctions()