Home
last modified time | relevance | path

Searched refs:ResolveNameWithDictionary (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/bindings/python/
HDpython-wrapper.swig31 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
78 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
105 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
151 pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
192 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
223 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
245 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
321 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
687 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
787 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
[all …]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
HDPythonDataObjects.h282 static PythonObject ResolveNameWithDictionary(llvm::StringRef name,
286 static T ResolveNameWithDictionary(llvm::StringRef name,
288 return ResolveNameWithDictionary(name, dict).AsType<T>();
HDPythonDataObjects.cpp203 PythonObject::ResolveNameWithDictionary(llvm::StringRef name, in ResolveNameWithDictionary() function in PythonObject
HDScriptInterpreterPython.cpp779 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>( in GetMaxPositionalArgumentsForCallable()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
HDScriptedPythonInterface.h115 PythonObject::ResolveNameWithDictionary<python::PythonCallable>( in CreatePluginObject()