Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2569 PythonString py_string(PyRefType::Borrowed, py_return.get()); in GetSyntheticTypeName() local
2570 llvm::StringRef return_data(py_string.GetString()); in GetSyntheticTypeName()
3106 PythonString py_string(PyRefType::Borrowed, py_return.get()); in GetShortHelpForCommandObject() local
3107 llvm::StringRef return_data(py_string.GetString()); in GetShortHelpForCommandObject()