Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBData.h86 void SetDataWithOwnership(lldb::SBError &error, const void *buf, size_t size,
/llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/
H A Dstack_core_scripted_process.py76 data.SetDataWithOwnership(error, bytes_read,
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBData.i100 SetDataWithOwnership (lldb::SBError& error, const void *buf, size_t size,
/llvm-project-15.0.7/lldb/test/API/python_api/sbdata/
H A DTestSBData.py46 data.SetDataWithOwnership(error, addr_data, lldb.eByteOrderBig, 8)
/llvm-project-15.0.7/lldb/source/API/
H A DSBData.cpp356 void SBData::SetDataWithOwnership(lldb::SBError &error, const void *buf, in SetDataWithOwnership() function in SBData