Searched refs:NullTerminated (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp700 PyObject *o = PyDict_GetItemString(m_py_obj, NullTerminated(key));
722 int r = PyDict_SetItemString(m_py_obj, NullTerminated(key), value.get());
765 PyObject *mod = PyImport_ImportModule(NullTerminated(name));
777 PyObject *item = PyDict_GetItemString(dict, NullTerminated(name));
1534 Py_CompileString(NullTerminated(string), "<string>", Py_eval_input);
1538 Py_CompileString(NullTerminated(string), "<string>", Py_single_input);
1563 PyObject *result = PyRun_String(NullTerminated(string), Py_file_input,
H A DPythonDataObjects.h162 // PyFoo_Bar(x, y, z, NullTerminated(some_twine));
168 class NullTerminated { class in namespace:lldb_private::python
173 NullTerminated(const llvm::Twine &twine) { function in class:lldb_private::python::NullTerminated
348 PyObject *obj = PyObject_GetAttrString(m_py_obj, NullTerminated(name));

Completed in 108 milliseconds