Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeSynthetic.cpp97 m_opaque_sp->SetPythonCode(data); in SetClassCode()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h421 void SetPythonCode(const char *script) { m_python_code.assign(script); } in SetPythonCode() function