Home
last modified time | relevance | path

Searched defs:implementor_sp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1593 StructuredData::GenericSP implementor_sp, SymbolContext *sym_ctx) { in ScriptedBreakpointResolverSearchCallback()
1611 StructuredData::GenericSP implementor_sp) { in ScriptedBreakpointResolverSearchDepth()
1665 StructuredData::GenericSP implementor_sp, ExecutionContext &exc_ctx, in ScriptedStopHookHandleStop()
2018 const StructuredData::ObjectSP &implementor_sp, uint32_t max) { in CalculateNumChildren()
2040 const StructuredData::ObjectSP &implementor_sp, uint32_t idx) { in GetChildAtIndex()
2074 const StructuredData::ObjectSP &implementor_sp, const char *child_name) { in GetIndexOfChildWithName()
2097 const StructuredData::ObjectSP &implementor_sp) { in UpdateSynthProviderInstance()
2121 const StructuredData::ObjectSP &implementor_sp) { in MightHaveChildrenSynthProviderInstance()
2145 const StructuredData::ObjectSP &implementor_sp) { in GetSyntheticValue()
2180 const StructuredData::ObjectSP &implementor_sp) { in GetSyntheticTypeName()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h263 ScriptedBreakpointResolverSearchCallback(StructuredData::GenericSP implementor_sp, in ScriptedBreakpointResolverSearchCallback()
270 ScriptedBreakpointResolverSearchDepth(StructuredData::GenericSP implementor_sp) in ScriptedBreakpointResolverSearchDepth()
286 ScriptedStopHookHandleStop(StructuredData::GenericSP implementor_sp, in ScriptedStopHookHandleStop()