Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBTypeSynthetic.cpp104 m_opaque_sp->SetPythonCode(data); in SetClassCode()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DTypeSynthetic.h410 void SetPythonCode(const char *script) { m_python_code.assign(script); } in SetPythonCode() function