Home
last modified time | relevance | path

Searched refs:GenericSP (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h167 virtual StructuredData::GenericSP
169 return StructuredData::GenericSP(); in CreateScriptCommandObject()
172 virtual StructuredData::GenericSP
174 return StructuredData::GenericSP(); in CreateFrameRecognizer()
183 virtual StructuredData::GenericSP
186 return StructuredData::GenericSP(); in OSPlugin_CreatePluginObject()
245 virtual StructuredData::GenericSP
249 return StructuredData::GenericSP(); in CreateScriptedBreakpointResolver()
383 StructuredData::GenericSP impl_obj_sp, llvm::StringRef args, in RunScriptBasedCommand()
429 GetShortHelpForCommandObject(StructuredData::GenericSP cmd_obj_sp, in GetShortHelpForCommandObject()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h202 StructuredData::GenericSP
223 StructuredData::GenericSP
228 ScriptedBreakpointResolverSearchCallback(StructuredData::GenericSP
233 ScriptedBreakpointResolverSearchDepth(StructuredData::GenericSP
236 StructuredData::GenericSP
243 StructuredData::GenericSP
300 StructuredData::GenericSP impl_obj_sp, llvm::StringRef args,
348 bool GetShortHelpForCommandObject(StructuredData::GenericSP cmd_obj_sp,
352 GetFlagsForCommandObject(StructuredData::GenericSP cmd_obj_sp) override;
354 bool GetLongHelpForCommandObject(StructuredData::GenericSP cmd_obj_sp,
H A DScriptInterpreterPython.cpp1513 return StructuredData::GenericSP(); in CreateFrameRecognizer()
1569 return StructuredData::GenericSP(); in OSPlugin_CreatePluginObject()
1572 return StructuredData::GenericSP(); in OSPlugin_CreatePluginObject()
1943 StructuredData::GenericSP
1950 return StructuredData::GenericSP(); in CreateScriptedBreakpointResolver()
1953 return StructuredData::GenericSP(); in CreateScriptedBreakpointResolver()
1962 return StructuredData::GenericSP(); in CreateScriptedBreakpointResolver()
2096 StructuredData::GenericSP
2102 return StructuredData::GenericSP(); in CreateScriptCommandObject()
2105 return StructuredData::GenericSP(); in CreateScriptCommandObject()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverScripted.h74 StructuredData::GenericSP m_implementation_sp;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp164 StructuredData::GenericSP generic_sp; in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectCommands.cpp1312 StructuredData::GenericSP cmd_obj_sp, in CommandObjectScriptingObject()
1328 StructuredData::GenericSP GetImplementingObject() { return m_cmd_obj_sp; } in GetImplementingObject()
1391 StructuredData::GenericSP m_cmd_obj_sp;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStructuredData.h72 typedef std::shared_ptr<Generic> GenericSP; typedef