Searched refs:SetDataWithOwnership (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBData.h | 86 void SetDataWithOwnership(lldb::SBError &error, const void *buf, size_t size,
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/ |
| H A D | stack_core_scripted_process.py | 76 data.SetDataWithOwnership(error, bytes_read,
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBData.i | 100 SetDataWithOwnership (lldb::SBError& error, const void *buf, size_t size,
|
| /llvm-project-15.0.7/lldb/test/API/python_api/sbdata/ |
| H A D | TestSBData.py | 46 data.SetDataWithOwnership(error, addr_data, lldb.eByteOrderBig, 8)
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBData.cpp | 356 void SBData::SetDataWithOwnership(lldb::SBError &error, const void *buf, in SetDataWithOwnership() function in SBData
|