Lines Matching refs:StructuredData

308 StructuredData::DictionarySP ScriptInterpreterPython::GetInterpreterInfo() {  in GetInterpreterInfo()
1174 StructuredData::ObjectSP extra_args_sp) { in SetBreakpointCommandCallbackFunction()
1242 StructuredData::ObjectSP extra_args_sp, bool uses_extra_args, in SetBreakpointCommandCallback()
1474 StructuredData::GenericSP
1477 return StructuredData::GenericSP(); in CreateFrameRecognizer()
1483 return StructuredData::GenericSP( in CreateFrameRecognizer()
1488 const StructuredData::ObjectSP &os_plugin_object_sp, in GetRecognizedArguments()
1495 StructuredData::Generic *generic = os_plugin_object_sp->GetAsGeneric(); in GetRecognizedArguments()
1551 StructuredData::ObjectSP
1562 StructuredData::GenericSP
1568 return StructuredData::GenericSP(); in CreateScriptedBreakpointResolver()
1571 return StructuredData::GenericSP(); in CreateScriptedBreakpointResolver()
1578 return StructuredData::GenericSP(); in CreateScriptedBreakpointResolver()
1588 return StructuredData::GenericSP( in CreateScriptedBreakpointResolver()
1593 StructuredData::GenericSP implementor_sp, SymbolContext *sym_ctx) { in ScriptedBreakpointResolverSearchCallback()
1611 StructuredData::GenericSP implementor_sp) { in ScriptedBreakpointResolverSearchDepth()
1631 StructuredData::GenericSP ScriptInterpreterPythonImpl::CreateScriptedStopHook( in CreateScriptedStopHook()
1637 return StructuredData::GenericSP(); in CreateScriptedStopHook()
1642 return StructuredData::GenericSP(); in CreateScriptedStopHook()
1650 return StructuredData::GenericSP(); in CreateScriptedStopHook()
1660 return StructuredData::GenericSP( in CreateScriptedStopHook()
1665 StructuredData::GenericSP implementor_sp, ExecutionContext &exc_ctx, in ScriptedStopHookHandleStop()
1681 StructuredData::ObjectSP
1686 return StructuredData::ObjectSP(); in LoadPluginModule()
1689 StructuredData::ObjectSP module_sp; in LoadPluginModule()
1697 return StructuredData::ObjectSP(); in LoadPluginModule()
1700 StructuredData::DictionarySP ScriptInterpreterPythonImpl::GetDynamicSettings( in GetDynamicSettings()
1701 StructuredData::ObjectSP plugin_module_sp, Target *target, in GetDynamicSettings()
1704 return StructuredData::DictionarySP(); in GetDynamicSettings()
1705 StructuredData::Generic *generic = plugin_module_sp->GetAsGeneric(); in GetDynamicSettings()
1707 return StructuredData::DictionarySP(); in GetDynamicSettings()
1717 return StructuredData::DictionarySP(); in GetDynamicSettings()
1723 return StructuredData::DictionarySP(); in GetDynamicSettings()
1728 StructuredData::ObjectSP
1732 return StructuredData::ObjectSP(); in CreateSyntheticScriptedProvider()
1735 return StructuredData::ObjectSP(); in CreateSyntheticScriptedProvider()
1741 return StructuredData::ObjectSP(); in CreateSyntheticScriptedProvider()
1748 return StructuredData::ObjectSP(); in CreateSyntheticScriptedProvider()
1755 return StructuredData::ObjectSP( in CreateSyntheticScriptedProvider()
1759 StructuredData::GenericSP
1764 return StructuredData::GenericSP(); in CreateScriptCommandObject()
1767 return StructuredData::GenericSP(); in CreateScriptCommandObject()
1775 return StructuredData::GenericSP( in CreateScriptCommandObject()
1849 StructuredData::ObjectSP &callee_wrapper_sp, in GetScriptedSummary()
1860 StructuredData::Generic *generic = nullptr; in GetScriptedSummary()
2018 const StructuredData::ObjectSP &implementor_sp, uint32_t max) { in CalculateNumChildren()
2021 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in CalculateNumChildren()
2040 const StructuredData::ObjectSP &implementor_sp, uint32_t idx) { in GetChildAtIndex()
2044 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in GetChildAtIndex()
2074 const StructuredData::ObjectSP &implementor_sp, const char *child_name) { in GetIndexOfChildWithName()
2078 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in GetIndexOfChildWithName()
2097 const StructuredData::ObjectSP &implementor_sp) { in UpdateSynthProviderInstance()
2103 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in UpdateSynthProviderInstance()
2121 const StructuredData::ObjectSP &implementor_sp) { in MightHaveChildrenSynthProviderInstance()
2127 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in MightHaveChildrenSynthProviderInstance()
2145 const StructuredData::ObjectSP &implementor_sp) { in GetSyntheticValue()
2151 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in GetSyntheticValue()
2180 const StructuredData::ObjectSP &implementor_sp) { in GetSyntheticTypeName()
2187 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in GetSyntheticTypeName()
2350 lldb_private::Status &error, StructuredData::ObjectSP *module_sp, in LoadScriptingModule()
2616 StructuredData::GenericSP impl_obj_sp, llvm::StringRef args, in RunScriptBasedCommand()
2661 StructuredData::GenericSP impl_obj_sp, Args &args, in RunScriptBasedParsedCommand()
2690 StructuredData::ArraySP args_arr_sp(new StructuredData::Array()); in RunScriptBasedParsedCommand()
2713 StructuredData::GenericSP impl_obj_sp, Args &args) { in GetRepeatCommandForScriptedCommand()
2728 StructuredData::ArraySP args_arr_sp(new StructuredData::Array()); in GetRepeatCommandForScriptedCommand()
2774 StructuredData::GenericSP cmd_obj_sp, std::string &dest) { in GetShortHelpForCommandObject()
2809 StructuredData::GenericSP cmd_obj_sp) { in GetFlagsForCommandObject()
2857 StructuredData::ObjectSP
2859 StructuredData::GenericSP cmd_obj_sp) { in GetOptionsForCommandObject()
2860 StructuredData::ObjectSP result = {}; in GetOptionsForCommandObject()
2905 StructuredData::ObjectSP
2907 StructuredData::GenericSP cmd_obj_sp) { in GetArgumentsForCommandObject()
2908 StructuredData::ObjectSP result = {}; in GetArgumentsForCommandObject()
2955 StructuredData::GenericSP cmd_obj_sp) { in OptionParsingStartedForCommandObject()
3003 StructuredData::GenericSP cmd_obj_sp, ExecutionContext *exe_ctx, in SetOptionValueForCommandObject()
3005 StructuredData::ObjectSP result = {}; in SetOptionValueForCommandObject()
3057 StructuredData::GenericSP cmd_obj_sp, std::string &dest) { in GetLongHelpForCommandObject()