Searched defs:implementor (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lldb/unittests/ScriptInterpreter/Python/ |
H A D | PythonTestSuite.cpp | 92 void *implementor, const char *method_name, in LLDBSwigPythonCallBreakpointResolver() argument 98 PyObject *implementor, uint32_t max) { in LLDBSwigPython_CalculateNumChildren() argument 103 PyObject *implementor, uint32_t idx) { in LLDBSwigPython_GetChildAtIndex() argument 108 PyObject *implementor, const char *child_name) { in LLDBSwigPython_GetIndexOfChildWithName() argument 164 LLDBSwigPython_UpdateSynthProviderInstance(PyObject * implementor) LLDBSwigPython_UpdateSynthProviderInstance() argument 170 LLDBSwigPython_MightHaveChildrenSynthProviderInstance(PyObject * implementor) LLDBSwigPython_MightHaveChildrenSynthProviderInstance() argument 176 LLDBSwigPython_GetValueSynthProviderInstance(PyObject * implementor) LLDBSwigPython_GetValueSynthProviderInstance() argument 189 LLDBSwigPythonCallCommandObject(PyObject * implementor,lldb::DebuggerSP debugger,const char * args,lldb_private::CommandReturnObject & cmd_retobj,lldb::ExecutionContextRefSP exe_ctx_ref_sp) LLDBSwigPythonCallCommandObject() argument 196 LLDBSwigPythonCallParsedCommandObject(PyObject * implementor,lldb::DebuggerSP debugger,StructuredDataImpl & args_impl,lldb_private::CommandReturnObject & cmd_retobj,lldb::ExecutionContextRefSP exe_ctx_ref_sp) LLDBSwigPythonCallParsedCommandObject() argument 204 LLDBSwigPythonGetRepeatCommandForScriptedCommand(PyObject * implementor,std::string & command) LLDBSwigPythonGetRepeatCommandForScriptedCommand() argument 230 LLDBSwigPython_GetRecognizedArguments(PyObject * implementor,const lldb::StackFrameSP & frame_sp) LLDBSwigPython_GetRecognizedArguments() argument 280 LLDBSwigPythonStopHookCallHandleStop(void * implementor,lldb::ExecutionContextRefSP exc_ctx_sp,lldb::StreamSP stream) LLDBSwigPythonStopHookCallHandleStop() argument [all...] |
/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | ScriptInterpreter.h | 250 virtual bool ShouldHide(const StructuredData::ObjectSP &implementor, in GetRecognizedArguments() argument 381 CalculateNumChildren(const StructuredData::ObjectSP & implementor,uint32_t max) CalculateNumChildren() argument 387 GetChildAtIndex(const StructuredData::ObjectSP & implementor,uint32_t idx) GetChildAtIndex() argument 392 GetIndexOfChildWithName(const StructuredData::ObjectSP & implementor,const char * child_name) GetIndexOfChildWithName() argument 398 UpdateSynthProviderInstance(const StructuredData::ObjectSP & implementor) UpdateSynthProviderInstance() argument 403 MightHaveChildrenSynthProviderInstance(const StructuredData::ObjectSP & implementor) MightHaveChildrenSynthProviderInstance() argument 408 GetSyntheticValue(const StructuredData::ObjectSP & implementor) GetSyntheticValue() argument 413 GetSyntheticTypeName(const StructuredData::ObjectSP & implementor) GetSyntheticTypeName() argument
|
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptInterpreterPython.cpp | 1499 PythonObject implementor(PyRefType::Borrowed, GetRecognizedArguments() local 2024 auto *implementor = static_cast<PyObject *>(generic->GetValue()); CalculateNumChildren() local 2047 auto *implementor = static_cast<PyObject *>(generic->GetValue()); GetChildAtIndex() local 2081 auto *implementor = static_cast<PyObject *>(generic->GetValue()); GetIndexOfChildWithName() local 2106 auto *implementor = static_cast<PyObject *>(generic->GetValue()); UpdateSynthProviderInstance() local 2130 auto *implementor = static_cast<PyObject *>(generic->GetValue()); MightHaveChildrenSynthProviderInstance() local 2154 auto *implementor = static_cast<PyObject *>(generic->GetValue()); GetSyntheticValue() local 2191 PythonObject implementor(PyRefType::Borrowed, GetSyntheticTypeName() local 2782 PythonObject implementor(PyRefType::Borrowed, GetShortHelpForCommandObject() local 2819 PythonObject implementor(PyRefType::Borrowed, GetFlagsForCommandObject() local 2869 PythonObject implementor(PyRefType::Borrowed, GetOptionsForCommandObject() local 2917 PythonObject implementor(PyRefType::Borrowed, GetArgumentsForCommandObject() local 2964 PythonObject implementor(PyRefType::Borrowed, OptionParsingStartedForCommandObject() local 3014 PythonObject implementor(PyRefType::Borrowed, SetOptionValueForCommandObject() local 3065 PythonObject implementor(PyRefType::Borrowed, GetLongHelpForCommandObject() local [all...] |