Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/API/
H A DSBData.h86 void SetDataWithOwnership(lldb::SBError &error, const void *buf, size_t size,
/llvm-project/lldb/test/API/functionalities/scripted_process/
H A Dstack_core_scripted_process.py84 data.SetDataWithOwnership(
/llvm-project/lldb/examples/python/templates/
H A Dscripted_process.py440 data.SetDataWithOwnership(
/llvm-project/lldb/test/API/python_api/sbdata/
H A DTestSBData.py45 data.SetDataWithOwnership(error, addr_data, lldb.eByteOrderBig, 8)
/llvm-project/lldb/source/API/
H A DSBData.cpp359 void SBData::SetDataWithOwnership(lldb::SBError &error, const void *buf, in SetDataWithOwnership() function in SBData