Searched refs:implementor (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp122 extern "C" bool LLDBSWIGPythonCallThreadPlan(void *implementor,
131 LLDBSwigPythonCallBreakpointResolver(void *implementor, const char *method_name,
134 extern "C" size_t LLDBSwigPython_CalculateNumChildren(void *implementor,
137 extern "C" void *LLDBSwigPython_GetChildAtIndex(void *implementor,
140 extern "C" int LLDBSwigPython_GetIndexOfChildWithName(void *implementor,
148 extern "C" bool LLDBSwigPython_UpdateSynthProviderInstance(void *implementor);
151 LLDBSwigPython_MightHaveChildrenSynthProviderInstance(void *implementor);
154 LLDBSwigPython_GetValueSynthProviderInstance(void *implementor);
164 LLDBSwigPythonCallCommandObject(void *implementor, lldb::DebuggerSP &debugger,
184 LLDBSwigPython_GetRecognizedArguments(void *implementor,
2385 void *implementor = generic->GetValue(); local
2408 void *implementor = generic->GetValue(); local
2440 void *implementor = generic->GetValue(); local
2465 void *implementor = generic->GetValue(); local
2488 void *implementor = generic->GetValue(); local
2512 void *implementor = generic->GetValue(); local
[all...]
H A DScriptInterpreterPythonImpl.h112 GetRecognizedArguments(const StructuredData::ObjectSP &implementor,
142 size_t CalculateNumChildren(const StructuredData::ObjectSP &implementor,
146 GetChildAtIndex(const StructuredData::ObjectSP &implementor,
149 int GetIndexOfChildWithName(const StructuredData::ObjectSP &implementor,
153 const StructuredData::ObjectSP &implementor) override;
156 const StructuredData::ObjectSP &implementor) override;
159 GetSyntheticValue(const StructuredData::ObjectSP &implementor) override;
162 GetSyntheticTypeName(const StructuredData::ObjectSP &implementor) override;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h181 const StructuredData::ObjectSP &implementor,
348 CalculateNumChildren(const StructuredData::ObjectSP &implementor, argument
354 GetChildAtIndex(const StructuredData::ObjectSP &implementor, uint32_t idx) { argument
359 GetIndexOfChildWithName(const StructuredData::ObjectSP &implementor, argument
365 UpdateSynthProviderInstance(const StructuredData::ObjectSP &implementor) { argument
370 const StructuredData::ObjectSP &implementor) {
375 GetSyntheticValue(const StructuredData::ObjectSP &implementor) { argument
380 GetSyntheticTypeName(const StructuredData::ObjectSP &implementor) { argument
180 GetRecognizedArguments( const StructuredData::ObjectSP &implementor, lldb::StackFrameSP frame_sp) argument
369 MightHaveChildrenSynthProviderInstance( const StructuredData::ObjectSP &implementor) argument

Completed in 118 milliseconds