Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1703 template <typename T> const char *GetPythonValueFormatString(T t);
1705 template <> const char *GetPythonValueFormatString(char) { return "b"; } in GetPythonValueFormatString() function
1706 template <> const char *GetPythonValueFormatString(unsigned char) { in GetPythonValueFormatString() function
1710 template <> const char *GetPythonValueFormatString(unsigned short) { in GetPythonValueFormatString() function
1713 template <> const char *GetPythonValueFormatString(int) { return "i"; } in GetPythonValueFormatString() function
1715 template <> const char *GetPythonValueFormatString(long) { return "l"; } in GetPythonValueFormatString() function
1716 template <> const char *GetPythonValueFormatString(unsigned long) { in GetPythonValueFormatString() function
1720 template <> const char *GetPythonValueFormatString(unsigned long long) { in GetPythonValueFormatString() function
1732 const_cast<char *>(GetPythonValueFormatString(tid)); in OSPlugin_RegisterContextData()
1789 param_format += GetPythonValueFormatString(tid); in OSPlugin_CreateThread()
[all …]